itDirectoryObject::get_SecurityDescriptor 方法 (rend.h)
[会合 IP 电话会议控件和接口不适用于 Windows Vista、Windows Server 2008 和操作系统的后续版本。 RTC 客户端 API 提供类似的功能。]
get_SecurityDescriptor 方法获取描述当前安全权限的目录服务安全描述符对象的 IDispatch 指针。 有关安全描述符的其他信息,请在“IADsSecurityDescriptor”下搜索平台软件开发工具包 (SDK) 。
语法
HRESULT get_SecurityDescriptor(
[out] IDispatch **ppSecDes
);
参数
[out] ppSecDes
目录服务安全描述符对象上的 IDispatch 指针。
返回值
此方法可以返回其中一个值。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
ppSecDes 参数不是有效的指针。 |
|
安全描述符初始化失败。 |
|
内存不足,无法执行操作。 |
注解
如果尚未设置安全描述符,此方法会将 ppSecDes 设置为 NULL。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | rend.h |
DLL | Rend.dll |