FreeSid
The FreeSid
function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid
PVOID FreeSid(
PSID pSid |
// pointer to SID
to free |
); |
|
Parameters
pSid
Points to the
SID
Return Values
This function
does not return a value.
See Also