ObjectContext::get_Security 方法 (comsvcs.h)
检索当前对象的上下文的安全对象。
语法
HRESULT get_Security(
[out] SecurityProperty **ppSecurityProperty
);
参数
[out] ppSecurityProperty
对 SecurityProperty 接口的引用,该接口包含当前对象的上下文的安全属性。
返回值
此方法可以返回E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED、E_FAIL和S_OK的标准返回值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | comsvcs.h |