public static extern int QueryPerformanceFrequency(ref LARGE_INTEGER lpFrequency);
public static extern int LookupPrivilegeValue(string lpSystemName, string lpName, ref LARGE_INTEGER lpLuid);
public static extern int QueryPerformanceCounter(ref LARGE_INTEGER lpPerformanceCount);
public static extern int LookupPrivilegeName(string lpSystemName, ref LARGE_INTEGER lpLuid, string lpName, int cbName);
public static extern int AllocateLocallyUniqueId(LARGE_INTEGER Luid);