Ejemplo n.º 1
0
 public static extern int QueryPerformanceFrequency(ref LARGE_INTEGER lpFrequency);
Ejemplo n.º 2
0
 public static extern int QueryPerformanceCounter(ref LARGE_INTEGER lpPerformanceCount);
Ejemplo n.º 3
0
 public static extern int LookupPrivilegeValue(string lpSystemName, string lpName, ref LARGE_INTEGER lpLuid);
Ejemplo n.º 4
0
 public static extern int AllocateLocallyUniqueId(LARGE_INTEGER Luid);
Ejemplo n.º 5
0
 public static extern int LookupPrivilegeName(string lpSystemName, ref LARGE_INTEGER lpLuid, string lpName,
                                          int cbName);