IOpcRelationshipSet::RelationshipExists 方法 (msopc.h)
获取一个值,该值指示指定的关系是否表示为集中的关系对象。
语法
HRESULT RelationshipExists(
[in] LPCWSTR relationshipIdentifier,
[out, retval] BOOL *relationshipExists
);
参数
[in] relationshipIdentifier
关系的唯一标识符。
[out, retval] relationshipExists
以下值之一:
“值” | 含义 |
---|---|
|
具有 relationshipIdentifier 中指定的标识符的关系在 集中表示。 |
|
在 relationshipIdentifier 中指定的标识符的关系不会在集中表示。 |
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
至少一个 relationshipIdentifier 和 relationshipExists 参数为 NULL。 |
|
包使用错误组中的 HRESULT 错误代码。 |
|
部件 URI 错误组中的 HRESULT 错误代码。 |
注解
如果关系在集中表示,则关系将存储在由该集表示的关系部分中。
线程安全性
打包对象不是线程安全的。
有关详细信息,请参阅打包 API 的入门。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | msopc.h |
另请参阅
概述
引用