FreeSid  1TMNRJK 

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

PVOID FreeSid(

    PSID pSid

// pointer to SID to free

   );

 

 

Parameters

pSid

Points to the SIDCLJI72 structure to free.

 

Return Values

This function does not return a value.

See Also

AllocateAndInitializeSid, SID