WINBASEAPIBOOLWINAPIQueryPerformance(__out LARGE_INTEGER *lpPerformanceCount);
BOOL QueryPerformanceCounter( LARGE_INTEGER* lpPerformanceCount ); LARGE_INTEGER pLarge; QueryPerformanceCounter(&pLarge);