ITDirectoryObject::get_SecurityDescriptor method (rend.h)
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The get_SecurityDescriptor method gets an IDispatch pointer on a directory service security descriptor object describing current security permissions. For additional information on security descriptors, please search the Platform Software Development Kit (SDK) under "IADsSecurityDescriptor".
Syntax
HRESULT get_SecurityDescriptor(
[out] IDispatch **ppSecDes
);
Parameters
[out] ppSecDes
IDispatch pointer on a directory service security descriptor object.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The ppSecDes parameter is not a valid pointer. |
|
Initialization of security descriptor failed. |
|
Insufficient memory exists to perform the operation. |
Remarks
If the security descriptor has not been set, this method will set ppSecDes to NULL.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |
DLL | Rend.dll |