Beispiel #1
0
 public bool QueryPerformanceCounter(ref long PerformanceCount)
 {
     return(Externals.QueryPerformanceCounter(ref PerformanceCount));
 }