Platform SDK: Access Control |
The FreeSid function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function.
PVOID FreeSid( PSID pSid // SID to free );
This function does not return a value.
Windows NT/2000: Requires Windows NT 3.1 or later.
Header: Declared in Winbase.h; include Windows.h.
Library: Use Advapi32.lib.
Access Control Overview, Access Control Functions, AllocateAndInitializeSid, SID