Searched refs:hinstLib (Results 1 – 3 of 3) sorted by relevance
214 HMODULE hinstLib; in init() local219 hinstLib = GetModuleHandle (TEXT ("usp10.dll")); in init()220 if (hinstLib) in init()224 this->ScriptItemizeOpenType = (SIOT) GetProcAddress (hinstLib, "ScriptItemizeOpenType"); in init()225 this->ScriptShapeOpenType = (SSOT) GetProcAddress (hinstLib, "ScriptShapeOpenType"); in init()226 this->ScriptPlaceOpenType = (SPOT) GetProcAddress (hinstLib, "ScriptPlaceOpenType"); in init()
340 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local341 if( NULL != hinstLib ){ in hasTimer()343 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()347 FreeLibrary(hinstLib); in hasTimer()
335 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local336 if( NULL != hinstLib ){ in hasTimer()338 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()342 FreeLibrary(hinstLib); in hasTimer()