FreeSid

  PVOID FreeSid(pSid)    
  PSID pSid;    

The FreeSid function is used to free a security identifier (SID) previously allocated using the AllocateAndInitializeSid function.

Parameters

pSid

Pointer to the SID to free.

Return Value

This function does not return a value.

See Also

AllocateAndInitializeSid