Security Global Functions

These functions provide support for modifying SID and ACL objects.

Important

The functions listed in the following table cannot be used in applications that execute in the Windows Runtime.

AtlGetDacl

Call this function to retrieve the discretionary access-control list (DACL) information of a specified object.

AtlSetDacl

Call this function to set the discretionary access-control list (DACL) information of a specified object.

AtlGetGroupSid

Call this function to retrieve the group security identifier (SID) of an object.

AtlSetGroupSid

Call this function to set the group security identifier (SID) of an object.

AtlGetOwnerSid

Call this function to retrieve the owner security identifier (SID) of an object.

AtlSetOwnerSid

Call this function to set the owner security identifier (SID) of an object.

AtlGetSacl

Call this function to retrieve the system access-control list (SACL) information of a specified object.

AtlSetSacl

Call this function to set the system access-control list (SACL) information of a specified object.

AtlGetSecurityDescriptor

Call this function to retrieve the security descriptor of a given object.

See Also

Other Resources

ATL Functions