Home
last modified time | relevance | path

Searched refs:hinstance (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/dports/mail/emailrelay/emailrelay-1.9/src/win32/
H A Dgappinst.cpp28 hinstance( h ) ; in ApplicationInstance()
31 void GGui::ApplicationInstance::hinstance( HINSTANCE h ) in hinstance() function in GGui::ApplicationInstance
37 HINSTANCE GGui::ApplicationInstance::hinstance() in hinstance() function in GGui::ApplicationInstance
44 GGui::ApplicationInstance::hinstance( h ) ; in ggui_applicationinstance()
H A Dgwinhid.cpp28 GGui::WindowHidden::WindowHidden( HINSTANCE hinstance ) : in WindowHidden() argument
36 hinstance , classStyle() , classIcon() , classCursor() , in WindowHidden()
51 hinstance ) ; in WindowHidden()
H A Dgappinst.h64 static void hinstance( HINSTANCE h ) ;
68 static HINSTANCE hinstance() ;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/sc/
H A Dsc_ugen_factory.cpp316 HINSTANCE hinstance = LoadLibrary(path.string().c_str()); in load_plugin() local
317 if (!hinstance) { in load_plugin()
332 FreeLibrary(hinstance); in load_plugin()
339 FreeLibrary(hinstance); in load_plugin()
344 FreeLibrary(hinstance); in load_plugin()
348 void* ptr = (void*)GetProcAddress(hinstance, "load"); in load_plugin()
357 FreeLibrary(hinstance); in load_plugin()
360 open_handles.push_back(hinstance); in load_plugin()
369 HINSTANCE hinstance = (HINSTANCE)ptrhinstance; in close_handles() local
370 void* ptr = (void*)GetProcAddress(hinstance, "unload"); in close_handles()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dwin32-foreign-load.lisp14 (define-alien-type hinstance signed) unknown
16 (define-alien-routine ("LoadLibraryA" loadlibrary) hinstance
20 (handle hinstance))
23 (handle hinstance)
36 hinstance
66 (extern-alien "runtime_module_handle" hinstance)))
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/priv/
H A Ddll_kernel32.c17 &pdll_kernel32->hinstance)); in netwib_priv_dll_kernel32_init()
21 …pdll_kernel32->switchtothread =(pSwitchToThread)GetProcAddress(pdll_kernel32->hinstance, "SwitchTo… in netwib_priv_dll_kernel32_init()
25 …riticalsection =(pTryEnterCriticalSection)GetProcAddress(pdll_kernel32->hinstance, "TryEnterCritic… in netwib_priv_dll_kernel32_init()
42 reti = FreeLibrary(pdll_kernel32->hinstance); in netwib_priv_dll_kernel32_close()
H A Ddll_winsock2.c19 &pdll_winsock2->hinstance)); in netwib_priv_dll_winsock2_init()
40 FreeLibrary(pdll_winsock2->hinstance); in netwib_priv_dll_winsock2_init()
46 FreeLibrary(pdll_winsock2->hinstance); in netwib_priv_dll_winsock2_init()
63 reti = FreeLibrary(pdll_winsock2->hinstance); in netwib_priv_dll_winsock2_close()
H A Ddll_iphlpapi.c17 &pdll_iphlpapi->hinstance)); in netwib_priv_dll_iphlpapi_init()
34 (pSendARP) GetProcAddress(pdll_iphlpapi->hinstance, "SendARP"); in netwib_priv_dll_iphlpapi_init()
53 reti = FreeLibrary(pdll_iphlpapi->hinstance); in netwib_priv_dll_iphlpapi_close()
H A Ddll.h11 …v_dll_f(d,f,t,fs) d->f = (t)GetProcAddress(d->hinstance, fs); if (d->f == NULL) { FreeLibrary(d->h…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_Lib_Cintf.cpp114 HINSTANCE hinstance = (HINSTANCE)ptrhinstance; in deinitialize_library() local
115 void* ptr = (void*)GetProcAddress(hinstance, "unload"); in deinitialize_library()
286 HINSTANCE hinstance = LoadLibraryW(filename.wstring().c_str()); in PlugIn_Load() local
290 if (!hinstance) { in PlugIn_Load()
300 void* apiVersionPtr = (void*)GetProcAddress(hinstance, "api_version"); in PlugIn_Load()
302 FreeLibrary(hinstance); in PlugIn_Load()
306 void* serverCheckPtr = (void*)GetProcAddress(hinstance, "server_type"); in PlugIn_Load()
308 FreeLibrary(hinstance); in PlugIn_Load()
312 void* ptr = (void*)GetProcAddress(hinstance, "load"); in PlugIn_Load()
320 FreeLibrary(hinstance); in PlugIn_Load()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Derl_win32_sys_ddll.c74 HINSTANCE hinstance; in erts_sys_ddll_open() local
95 if ((hinstance = LoadLibraryExW(wcp, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)) == NULL) { in erts_sys_ddll_open()
103 *handle = (void *) hinstance; in erts_sys_ddll_open()
111 HINSTANCE hinstance; in erts_sys_ddll_open_noext() local
113 if ((hinstance = LoadLibrary(dlname)) == NULL) { in erts_sys_ddll_open_noext()
120 *handle = (void *) hinstance; in erts_sys_ddll_open_noext()
/dports/mail/emailrelay/emailrelay-1.9/src/main/
H A Dwinmain.cpp31 int WINAPI WinMain( HINSTANCE hinstance , HINSTANCE previous , LPSTR command_line , int show ) in WinMain() argument
38 arg.parse( hinstance , command_line ) ; in WinMain()
39 Main::WinApp app( hinstance , previous , "E-MailRelay" ) ; in WinMain()
H A Dwinmenu.cpp27 HINSTANCE hinstance = GGui::ApplicationInstance::hinstance() ; in WinMenu() local
28 m_hmenu = ::LoadMenu( hinstance , MAKEINTRESOURCE(id) ) ; in WinMenu()
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgarg_win32.cpp35 std::string G::Arg::moduleName( HINSTANCE hinstance ) in moduleName() argument
39 size = ::GetModuleFileNameA( hinstance , buffer , size-1U ) ; in moduleName()
43 void G::Arg::parse( HINSTANCE hinstance , const std::string & command_line ) in parse() argument
46 m_array.push_back( moduleName(hinstance) ) ; in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/win/
H A DVulkanWindowContext_win.cpp39 HINSTANCE hinstance = GetModuleHandle(0); in MakeVulkanForWin() local
47 surfaceCreateInfo.hinstance = hinstance; in MakeVulkanForWin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/win/
H A DVulkanWindowContext_win.cpp39 HINSTANCE hinstance = GetModuleHandle(0); in MakeVulkanForWin() local
47 surfaceCreateInfo.hinstance = hinstance; in MakeVulkanForWin()
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Ddrawable.h22 nserror nsws_create_drawable_class(HINSTANCE hinstance);
23 HWND nsws_window_create_drawable(HINSTANCE hinstance, HWND hparent, struct gui_window *gw);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/handler/win/
H A Dz7_test.cpp29 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID) { in DllMain() argument
30 printf("%p %d\n", hinstance, reason); in DllMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/handler/win/
H A Dz7_test.cpp29 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID) { in DllMain() argument
30 printf("%p %d\n", hinstance, reason); in DllMain()

12345678910>>...22