Searched refs:ModuleHandle (Results 1 – 1 of 1) sorted by relevance
511 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_enable_child_window_dpi_message() local512 if (!ModuleHandle) in lv_win32_enable_child_window_dpi_message()533 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_register_touch_window() local534 if (!ModuleHandle) in lv_win32_register_touch_window()557 HMODULE ModuleHandle = GetModuleHandleW(L"user32.dll"); in lv_win32_get_touch_input_info() local558 if (!ModuleHandle) in lv_win32_get_touch_input_info()566 GetProcAddress(ModuleHandle, "GetTouchInputInfo")); in lv_win32_get_touch_input_info()579 if (!ModuleHandle) in lv_win32_close_touch_input_handle()601 HMODULE ModuleHandle = LoadLibraryW(L"SHCore.dll"); in lv_win32_get_dpi_for_window() local602 if (ModuleHandle) in lv_win32_get_dpi_for_window()[all …]
Completed in 6 milliseconds