Aegis.SystemDll.Kernel32.QueryPerformanceCounter C# (CSharp) 메소드

QueryPerformanceCounter() 개인적인 메소드

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