.
The GetSidIdentifierAuthority function returns a pointer to the SID_IDENTIFIER_AUTHORITY structure in a specified security identifier (SID).
6/12/2007 7:00:00 PM - vfinn-194.149.77.201
.
static extern TODO GetSidIdentifierAuthority(TODO);
.
Declare Function GetSidIdentifierAuthority Lib "advapi32.dll" (
.
Runtime.InteropServices.Marshal.Copy(GetSidIdentifierAuthority(pSID), sia, 0, 6)
.
.
iptr = GetSidIdentifierAuthority(Sid)
.
iptr = GetSidIdentifierAuthority(Sid)