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