Beispiel #1
0
 public static extern bool LookupPrivilegeValueW(
     string?lpSystemName,
     string lpName,
     out Helpers.LUID lpLuid);
Beispiel #2
0
 public static extern bool LookupPrivilegeNameW(
     string?lpSystemName,
     ref Helpers.LUID lpLuid,
     StringBuilder?lpName,
     ref UInt32 cchName);