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.
Value Meaning - 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 code | Description |
|---|---|
|
The method succeeded. |
|
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 |
|
|
IDL |
|
See also
- IOpcPartUri
- Overviews
- Getting Started with the Packaging API
- Platform Update for Windows Vista
- Reference
- Packaging API Reference
- Packaging API Samples