Platform SDK: TAPI |
This 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 SDK under "IADsSecurityDescriptor".
HRESULT get_SecurityDescriptor( IDispatch **ppSecDes );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The ppSecDes parameter is not a valid pointer. |
E_FAIL | Initialization of security descriptor failed. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
If the security descriptor has not been set, this method will set ppSecDes to NULL.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Rend.h.
Library: Use Rendid.lib.
ITDirectoryObject, ITDirectoryObject::put_SecurityDescriptor