Home
last modified time | relevance | path

Searched refs:HINSTANCE (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/glfw/src/
Dwin32_platform.h174 typedef HRESULT (WINAPI * DIRECTINPUT8CREATE_T)(HINSTANCE,DWORD,REFIID,LPVOID*,LPUNKNOWN);
200 HINSTANCE hinstance;
260 HINSTANCE instance;
265 HINSTANCE instance;
271 HINSTANCE instance;
277 HINSTANCE instance;
283 HINSTANCE instance;
289 HINSTANCE instance;
/third_party/lzma/CPP/Windows/Control/
DCommandBar.h20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create()
34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap()
38 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox()
39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar()
40 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
/third_party/lzma/CPP/Windows/
DResourceString.cpp11 extern HINSTANCE g_hInstance;
20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) in MyLoadStringA()
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) in MyLoadString2()
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) in MyLoadString()
/third_party/skia/tools/sk_app/win/
Dmain_win.cpp32 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
34 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, in _tWinMain()
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { in main_common()
DWindow_win.h22 bool init(HINSTANCE instance);
36 HINSTANCE fHInstance;
/third_party/lzma/CPP/7zip/Archive/
DDllExports2.cpp32 HINSTANCE g_hInstance;
39 HINSTANCE
48 HINSTANCE in DllMain()
55 g_hInstance = (HINSTANCE)hInstance; in DllMain()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp37 HINSTANCE g_hInstance;
46 HINSTANCE hinstDll = LoadLibrary(dllName); in GetDllVersion()
213 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, in WinMain() argument
221 g_hInstance = (HINSTANCE)hInstance; in WinMain()
/third_party/python/PC/
Dfrozen_dllmain.c88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain()
118 BOOL (WINAPI * pfndllmain)(HINSTANCE, DWORD, LPVOID); in CallModuleDllMain()
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName); in CallModuleDllMain()
Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain()
DWinMain.c9 HINSTANCE hInstance, /* handle to current instance */ in wWinMain()
10 HINSTANCE hPrevInstance, /* handle to previous instance */ in wWinMain()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp44 DE_STATIC_ASSERT(sizeof(vk::pt::Win32InstanceHandle) == sizeof(HINSTANCE));
78 VulkanDisplay (HINSTANCE instance) in VulkanDisplay()
85 const HINSTANCE instance = (HINSTANCE)m_native.internal; in createWindow()
116 VulkanPlatform::VulkanPlatform (HINSTANCE instance) in VulkanPlatform()
DtcuWin32EGLNativeDisplayFactory.hpp39 EGLNativeDisplayFactory (HINSTANCE instance);
45 const HINSTANCE m_instance;
DtcuWGLContextFactory.hpp38 ContextFactory (HINSTANCE instance);
43 const HINSTANCE m_instance;
DtcuWin32VulkanPlatform.hpp38 VulkanPlatform (HINSTANCE instance);
49 const HINSTANCE m_instance;
DtcuWin32EGLNativeDisplayFactory.cpp108 NativeWindowFactory (HINSTANCE instance);
114 const HINSTANCE m_instance;
120 …NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params…
221 NativeWindowFactory::NativeWindowFactory (HINSTANCE instance) in NativeWindowFactory()
234 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowPar… in NativeWindow()
383 EGLNativeDisplayFactory::EGLNativeDisplayFactory (HINSTANCE instance) in EGLNativeDisplayFactory()
DtcuWGLContextFactory.cpp68 …WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const…
93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedConte… in WGLContext()
174 ContextFactory::ContextFactory (HINSTANCE instance) in ContextFactory()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c170 HINSTANCE inst);
209 HINSTANCE inst; in msg_window_message_proc()
236 inst = (HINSTANCE) GetModuleHandle (NULL); in msg_window_message_proc()
419 reg_msg_window_class (const char *class_name, HINSTANCE inst) in reg_msg_window_class()
433 unreg_msg_window_class (ATOM class_id, const char *class_name, HINSTANCE inst) in unreg_msg_window_class()
448 HINSTANCE inst; in ks_provider_msg_window_thread()
464 inst = (HINSTANCE) GetModuleHandle (NULL); in ks_provider_msg_window_thread()
517 HINSTANCE inst; in gst_ks_device_provider_start()
540 inst = (HINSTANCE) GetModuleHandle (NULL); in gst_ks_device_provider_start()
598 HINSTANCE inst; in gst_ks_device_provider_stop()
[all …]
/third_party/cef/tests/cefclient/
Dcefclient_win.cc37 int RunMain(HINSTANCE hInstance, int nCmdShow) { in RunMain()
131 int APIENTRY wWinMain(HINSTANCE hInstance, in wWinMain()
132 HINSTANCE hPrevInstance, in wWinMain()
/third_party/node/deps/openssl/openssl/crypto/
Ddllmain.c28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
/third_party/openssl/crypto/
Ddllmain.c28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
/third_party/cef/tests/cefsimple/
Dcefsimple_win.cc24 int APIENTRY wWinMain(HINSTANCE hInstance, in wWinMain()
25 HINSTANCE hPrevInstance, in wWinMain()
/third_party/python/Tools/msi/bundle/bootstrap/
Dpythonba.cpp16 static HINSTANCE vhInstance = NULL;
19 IN HINSTANCE hInstance, in DllMain()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dautoinit_funcs.h208 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \
215 BOOL WINAPI usr_DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused); \
216 BOOL WINAPI DllMain(HINSTANCE hinst,DWORD reason,LPVOID unused) \
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dmain.cpp49 static void WaitForDebugger(HINSTANCE instance) in WaitForDebugger()
60 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) in DllMain()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()

1234567