/third_party/lzma/CPP/Windows/Control/ |
H A D | CommandBar.h | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
in Create() 34 // int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
in InsertComboBox() 39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
in InsertMenubar() 40 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
in InsertMenubarEx()
|
H A D | Window2.h | 22 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
27 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | SfxWin.cpp | 42 HINSTANCE g_hInstance;
43 HINSTANCE g_hInstance;
53 const HINSTANCE hinstDll = LoadLibrary(dllName);
in GetDllVersion() 224 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
in WinMain() 232 g_hInstance = (HINSTANCE)hInstance;
in WinMain()
|
/third_party/lzma/CPP/Windows/ |
H A D | ResourceString.cpp | 11 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/lzma/CPP/7zip/Archive/ |
H A D | DllExports2.cpp | 32 HINSTANCE g_hInstance;
39 HINSTANCE
48 HINSTANCE
in DllMain() 55 g_hInstance = (HINSTANCE)hInstance;
in DllMain()
|
/third_party/skia/tools/sk_app/win/ |
H A D | main_win.cpp | 32 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()
|
H A D | Window_win.h | 22 bool init(HINSTANCE instance); 36 HINSTANCE fHInstance;
|
/third_party/python/PC/ |
H A D | frozen_dllmain.c | 43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) 88 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()
|
H A D | empty.c | 3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain()
|
H A D | WinMain.c | 10 HINSTANCE hInstance, /* handle to current instance */ in wWinMain() 11 HINSTANCE hPrevInstance, /* handle to previous instance */ in wWinMain()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32VulkanPlatform.cpp | 44 DE_STATIC_ASSERT(sizeof(vk::pt::Win32InstanceHandle) == sizeof(HINSTANCE)); 83 VulkanDisplay (HINSTANCE instance) in VulkanDisplay() 90 const HINSTANCE instance = (HINSTANCE)m_native.internal; in createWindow() 121 VulkanPlatform::VulkanPlatform (HINSTANCE instance) in VulkanPlatform()
|
H A D | tcuWin32EGLNativeDisplayFactory.hpp | 39 EGLNativeDisplayFactory (HINSTANCE instance); 45 const HINSTANCE m_instance;
|
H A D | tcuWGLContextFactory.hpp | 38 ContextFactory (HINSTANCE instance); 43 const HINSTANCE m_instance;
|
H A D | tcuWin32VulkanPlatform.hpp | 38 VulkanPlatform (HINSTANCE instance); 47 const HINSTANCE m_instance;
|
H A D | tcuWGLContextFactory.cpp | 68 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::RenderConfig& config); 93 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, const glu::RenderConfig& config) in WGLContext() 174 ContextFactory::ContextFactory (HINSTANCE instance) in ContextFactory()
|
/third_party/glfw/src/ |
H A D | win32_platform.h | 280 typedef HRESULT (WINAPI * PFN_DirectInput8Create)(HINSTANCE,DWORD,REFIID,LPVOID*,LPUNKNOWN); 354 HINSTANCE hinstance; 383 HINSTANCE instance; 442 HINSTANCE instance; 465 HINSTANCE instance; 471 HINSTANCE instance; 477 HINSTANCE instance; 488 HINSTANCE instance; 496 HINSTANCE instance; 502 HINSTANCE instanc [all...] |
/third_party/lzma/C/Util/LzmaLib/ |
H A D | LzmaLibExports.c | 8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved);
9 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
in DllMain()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | dllmain.c | 28 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/ |
H A D | dllmain.c | 28 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved); 29 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 34 HINSTANCE g_hInstance;
35 HINSTANCE g_hInstance;
131 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */,
in WinMain() 139 g_hInstance = (HINSTANCE)hInstance;
in WinMain()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | pythonba.cpp | 16 static HINSTANCE vhInstance = NULL; 19 IN HINSTANCE hInstance, in DllMain()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | main.cpp | 49 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/ |
H A D | main_winmain.c | 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | main_winmain.c | 21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | autoinit_funcs.h | 208 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) \
|