QueryPerformanceFrequency
[DllImport("coredll.dll", SetLastError = true)]
public static extern int QueryPerformanceFrequency(
out long lpFrequency
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern int QueryPerformanceFrequency(
out long lpFrequency
);Last updated