FreeSid

The FreeSid function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function.

PVOID FreeSid(

PSID pSid // pointer to SID to free
);  

Parameters

pSid

Points to the SID structure to free.

Return Values

This function does not return a value.

See Also

AllocateAndInitializeSid, SID