.
The returned SID must be freed with FreeSid.
Frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function.
11/3/2011 8:19:14 AM - -115.108.16.247
.
Native.FreeSid(AuthenticatedUsersSid);
.
static extern IntPtr FreeSid(IntPtr pSid);
.
Declare Function FreeSid Lib "advapi32.dll" (ByVal pSid As IntPtr) As IntPtr
.