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()
325 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local326 if( NULL != hinstLib ){ in hasTimer()328 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()332 FreeLibrary(hinstLib); in hasTimer()
319 HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll")); in hasTimer() local320 if( NULL != hinstLib ){ in hasTimer()322 (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes"); in hasTimer()326 FreeLibrary(hinstLib); in hasTimer()