Home
last modified time | relevance | path

Searched refs:hInst (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/shared/browser/
Dresource_util_win.cc17 HINSTANCE hInst = GetModuleHandle(nullptr); in LoadBinaryResource() local
19 FindResource(hInst, MAKEINTRESOURCE(binaryId), MAKEINTRESOURCE(256)); in LoadBinaryResource()
21 HGLOBAL hGlob = LoadResource(hInst, hRes); in LoadBinaryResource()
23 dwSize = SizeofResource(hInst, hRes); in LoadBinaryResource()
/third_party/python/PC/
Ddl_nt.c20 BOOL WINAPI DllMain (HANDLE hInst, in DllMain() argument
27 PyWin_DLLhModule = hInst; in DllMain()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c135 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
167 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument
423 if (rpng_win_create_window(hInst, showmode)) in WinMain()
485 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window() argument
551 wndclass.hInstance = hInst; in rpng_win_create_window()
573 image_height+extra_height, NULL, NULL, hInst, NULL); in rpng_win_create_window()
Drpng2-win.c275 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument
295 global_hInst = hInst; in WinMain()
/third_party/libpng/contrib/gregbook/
Drpng-win.c135 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
167 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument
423 if (rpng_win_create_window(hInst, showmode)) in WinMain()
485 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window() argument
551 wndclass.hInstance = hInst; in rpng_win_create_window()
573 image_height+extra_height, NULL, NULL, hInst, NULL); in rpng_win_create_window()
Drpng2-win.c275 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument
295 global_hInst = hInst; in WinMain()
/third_party/node/tools/msvs/msi/
Dcustom_actions.cc131 extern "C" BOOL WINAPI DllMain(HINSTANCE hInst, ULONG ulReason, VOID* dummy) { in DllMain() argument
134 WcaGlobalInitialize(hInst); in DllMain()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_main.h133 void *hInst);
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c1046 SDL_RegisterApp(char *name, Uint32 style, void *hInst) in SDL_RegisterApp() argument
1061 SDL_Instance = hInst ? hInst : GetModuleHandle(NULL); in SDL_RegisterApp()
1067 SDL_Instance = hInst ? hInst : GetModuleHandle(NULL); in SDL_RegisterApp()
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c200 WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) in WinMain() argument
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc280 HINSTANCE hInst = ::GetModuleHandle(nullptr); in Create() local
287 RegisterOsrClass(hInst, background_brush); in Create()
301 parent_hwnd, 0, hInst, 0); in Create()
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc23 HINSTANCE hInst = ::GetModuleHandle(nullptr); variable
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Dlibtool.m4.in5130 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5142 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5144 # __hDllInstance_base = hInst;