Searched refs:hinstLib (Results 1 – 1 of 1) sorted by relevance
1397 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local1398 if( NULL != hinstLib ){ in hasTimer()1400 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()1404 FreeLibrary(hinstLib); in hasTimer()