|
FreeSid The FreeSid function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function. VB4-32,5,6 Declare Sub FreeSid Lib "Advapi32" (pSid As Any) |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Win9x/ME: Not supported |
· pSid [in] Pointer to the SID structure to free. |
This function does not return a value. |
|
|
|