The AdjustTokenPrivileges function enables or disables privileges in the specified access token. Enabling or disabling privileges in an access token requires TOKEN_ADJUST_PRIVILEGES access.
AddFontResource
The AddFontResource function adds the font resource from the specified file to the system font table. The font can subsequently be used for text output by any Win32-based application.
SetFileSecurity
The SetFileSecurity function sets the security of a file or directory object. Windows NT 4.0 and later: You can use the SetNamedSecurityInfo function.
SetSecurityDescriptorDacl
The SetSecurityDescriptorDacl function sets information in a discretionary access-control list (ACL). If a discretionary ACL is already present in the security descriptor, it is replaced.
AddAce
The AddAce function adds one or more ACEs to a specified ACL. An ACE is an access-control entry. An ACL is an access-control list.
GetAce
The GetAce function obtains a pointer to an ACE in an ACL. An ACE is an access control entry. An ACL is an access control list.
InitializeAcl
The InitializeAcl function creates a new ACL structure. An ACL is an access-control list.
GetLengthSid
The GetLengthSid function returns the length, in bytes, of a valid SID. (A SID is a security identifier.)
EqualSid
The EqualSid function tests two security identifier (SID) values for equality. Two SIDs must match exactly to be considered equal.
Subscribe to:
Posts (Atom)