Searched refs:hinstLib (Results 1 – 3 of 3) sorted by relevance
210 HMODULE hinstLib; in init() local215 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()216 if (hinstLib) in init()218 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()219 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()220 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
310 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local311 if( NULL != hinstLib ){ in hasTimer()313 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()317 FreeLibrary(hinstLib); in hasTimer()
316 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local317 if( NULL != hinstLib ){ in hasTimer()319 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()323 FreeLibrary(hinstLib); in hasTimer()