IADsSecurityUtility::get_SecurityMask method (iads.h)
The SecurityMask property determines which elements of the security descriptor to retrieve or set. This property must be set prior to calling IADsSecurityUtility.GetSecurityDescriptor or IADsSecurityUtility.SetSecurityDescriptor.
This property is read/write.
Syntax
HRESULT get_SecurityMask(
long *retval
);
Parameters
retval
[out]
A pointer to a variable that receives the security mask.
Return value
An HRESULT value that indicates the success or failure of the call.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | iads.h |
DLL | Activeds.dll |