Exemple #1
0
 public static extern bool LookupPrivilegeName(
     string lpSystemName,
     ref LUID lpLuid,
     StringBuilder lpName,
     ref int cbName);
Exemple #2
0
 public static extern bool LookupPrivilegeValue(
     string lpSystemName,
     string lpName,
     ref LUID Luid);