Searched refs:hinstLib (Results 1 – 3 of 3) sorted by relevance
204 HMODULE hinstLib; in init() local209 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()210 if (hinstLib) in init()212 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()213 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()214 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
259 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local260 if( NULL != hinstLib ){ in hasTimer()262 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()266 FreeLibrary(hinstLib); in hasTimer()
265 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local266 if( NULL != hinstLib ){ in hasTimer()268 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()272 FreeLibrary(hinstLib); in hasTimer()