Aegis.SystemDll.Kernel32.QueryPerformanceCounter C# (CSharp) Method

QueryPerformanceCounter() private method

private QueryPerformanceCounter ( long &lpPerformanceCount ) : bool
lpPerformanceCount long
return bool
        public static extern bool QueryPerformanceCounter(out long lpPerformanceCount);