Home
last modified time | relevance | path

Searched refs:hinstance (Results 76 – 100 of 544) sorted by relevance

12345678910>>...22

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/win/large-pdb/
H A Ddllmain.cc7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/win/large-pdb/
H A Ddllmain.cc7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/win/large-pdb/
H A Ddllmain.cc7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/win/large-pdb/
H A Ddllmain.cc7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/devel/ode/ode-0.13/OPCODE/
H A DOpcode.cpp59 void ModuleAttach(HINSTANCE hinstance) in ModuleAttach() argument
/dports/devel/py-gyp/gyp-20200512/test/win/large-pdb/
H A Ddllmain.cc7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/
H A DOpcode.cpp57 void ModuleAttach(HINSTANCE hinstance) in ModuleAttach() argument
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-sdl2-display-win.c21 static HINSTANCE hinstance = 0; variable
538 hinstance = (HINSTANCE)GetModuleHandle(NULL); in window_create()
540 wincl.hInstance = hinstance; in window_create()
595 hinstance, /* Program Instance handler */ in window_create()
685 UnregisterClass(szSubClassName, hinstance); in window_close()
686 UnregisterClass(szClassName, hinstance); in window_close()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/include/fluidsynth/
H A Dmisc.h57 FLUIDSYNTH_API void fluid_set_hinstance(void* hinstance);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/include/fluidsynth/
H A Dmisc.h57 FLUIDSYNTH_API void fluid_set_hinstance(void* hinstance);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp64 HINSTANCE hinstance = GetModuleHandle(nullptr); in initialize() local
72 if (!GetClassInfoA(hinstance, className.c_str(), &wndClass)) in initialize()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/include/fluidsynth/
H A Dmisc.h69 FLUIDSYNTH_API void fluid_set_hinstance(void* hinstance);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/include/fluidsynth/
H A Dmisc.h69 FLUIDSYNTH_API void fluid_set_hinstance(void* hinstance);
/dports/games/quake2lnx/quake2-r0.16.2/src/null/
H A Dglimp_null.c30 int GLimp_Init( void *hinstance, void *hWnd ) in GLimp_Init() argument
/dports/games/quake2-source/quake2-r0.16.2/src/null/
H A Dglimp_null.c30 int GLimp_Init( void *hinstance, void *hWnd ) in GLimp_Init() argument
/dports/games/quake2max/Quake2maX_0.45-src_unix/null/
H A Dglimp_null.c30 int GLimp_Init( void *hinstance, void *hWnd ) in GLimp_Init() argument
/dports/games/qudos/QuDos-0.40.1-src/src/null/
H A Dglimp_null.c33 GLimp_Init(void *hinstance, void *hWnd) in GLimp_Init() argument
/dports/games/irrlamb/irrlamb-1.0.1/src/OPCODE/
H A DOpcode.cpp63 void ModuleAttach(HINSTANCE hinstance) in ModuleAttach() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/
H A Dcrashpad_info_client_options_test_module.cc44 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/
H A Dcrashpad_info_client_options_test_module.cc44 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) { in DllMain() argument
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/win32/
H A Dgstglwindow_win32.c236 HINSTANCE hinstance = GetModuleHandle (NULL); in gst_gl_window_win32_create_window() local
246 atom = GetClassInfoEx (hinstance, "GSTGL", &wc); in gst_gl_window_win32_create_window()
255 wc.hInstance = hinstance; in gst_gl_window_win32_create_window()
282 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/win32/
H A Dgstglwindow_win32.c236 HINSTANCE hinstance = GetModuleHandle (NULL); in gst_gl_window_win32_create_window() local
246 atom = GetClassInfoEx (hinstance, "GSTGL", &wc); in gst_gl_window_win32_create_window()
255 wc.hInstance = hinstance; in gst_gl_window_win32_create_window()
282 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/win32/
H A Dgstglwindow_win32.c236 HINSTANCE hinstance = GetModuleHandle (NULL); in gst_gl_window_win32_create_window() local
246 atom = GetClassInfoEx (hinstance, "GSTGL", &wc); in gst_gl_window_win32_create_window()
255 wc.hInstance = hinstance; in gst_gl_window_win32_create_window()
282 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/win32/
H A Dgstglwindow_win32.c236 HINSTANCE hinstance = GetModuleHandle (NULL); in gst_gl_window_win32_create_window() local
246 atom = GetClassInfoEx (hinstance, "GSTGL", &wc); in gst_gl_window_win32_create_window()
255 wc.hInstance = hinstance; in gst_gl_window_win32_create_window()
282 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/win32/
H A Dgstglwindow_win32.c236 HINSTANCE hinstance = GetModuleHandle (NULL); in gst_gl_window_win32_create_window() local
246 atom = GetClassInfoEx (hinstance, "GSTGL", &wc); in gst_gl_window_win32_create_window()
255 wc.hInstance = hinstance; in gst_gl_window_win32_create_window()
282 x, y, 0, 0, (HWND) NULL, (HMENU) NULL, hinstance, window_win32); in gst_gl_window_win32_create_window()

12345678910>>...22