.
private static extern Int32 LsaLookupSids(
.
Declare Function LsaLookupSids Lib "advapi32.dll" (TODO) As TODO
.
* LsaLookupSids
.
internal static extern uint LsaLookupSids(
.
ret = Win32Sec.LsaLookupSids(lsaHandle, lsaInfo.Length, buffer, out domains, out names);
.