Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IOpcPartUri::IsRelationshipsPartUri method

Returns a value that indicates whether the current part URI object represents the part name of a Relationships part.

Syntax


HRESULT IsRelationshipsPartUri(
  [out, retval] BOOL *isRelationshipUri
);

Parameters

isRelationshipUri [out, retval]

Receives a value that indicates whether the current part URI object represents the part name of a Relationships part.

ValueMeaning
TRUE

The current part URI object represents the part name of a Relationships part.

FALSE

The current part URI object does not represent the part name of a Relationships part.

 

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

E_POINTER

The isRelationshipUri parameter is NULL.

 

Remarks

Support on Previous Windows Versions

The behavior and performance of this method is the same on all supported Windows versions. For more information, see Getting Started with the Packaging API, and Platform Update for Windows Vista.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

Requirements

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]

Header

Msopc.h

IDL

Opcparturi.idl

See also

IOpcPartUri
Overviews
Getting Started with the Packaging API
Platform Update for Windows Vista
Reference
Packaging API Reference
Packaging API Samples

 

 

Community Additions

Show:
© 2017 Microsoft