Platform SDK: Access Control |
The SetSecurityDescriptorRMControl function sets the resource manager control bits in the SECURITY_DESCRIPTOR structure.
DWORD SetSecurityDescriptorRMControl( PSECURITY DESCRIPTOR SecurityDescriptor, PUCHAR RMControl );
The return value is ERROR_SUCCESS.
The resource manager control bits are eight bits in the Sbz1 member of the SECURITY_INFORMATION structure that contains information specific to the resource manager accessing the structure. These bits should be accessed only through the GetSecurityDescriptorRMControl and SetSecurityDescriptorRMControl functions.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Winbase.h; include Windows.h.
Library: Use Advapi32.lib.
Access Control Overview, Access Control Functions, GetSecurityDescriptorRMControl, SECURITY_DESCRIPTOR, SECURITY_INFORMATION