Ejemplo n.º 1
0
 public static extern bool LookupPrivilegeName(
     string lpSystemName,
     ref LUID lpLuid,
     StringBuilder lpName,
     ref int cbName);
Ejemplo n.º 2
0
 public static extern bool LookupPrivilegeValue(
     string lpSystemName,
     string lpName,
     ref LUID Luid);