Home
last modified time | relevance | path

Searched refs:HINSTANCE (Results 1 - 25 of 129) sorted by relevance

123456

/third_party/lzma/CPP/Windows/Control/
H A 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) { 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 DWindow2.h22 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
27 HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance);
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp42 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 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/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp32 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 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()
H A DWindow_win.h22 bool init(HINSTANCE instance);
36 HINSTANCE fHInstance;
/third_party/python/PC/
H A Dfrozen_dllmain.c43 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 Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) in WinMain()
H A DWinMain.c10 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 DtcuWin32VulkanPlatform.cpp44 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 DtcuWin32EGLNativeDisplayFactory.hpp39 EGLNativeDisplayFactory (HINSTANCE instance);
45 const HINSTANCE m_instance;
H A DtcuWGLContextFactory.hpp38 ContextFactory (HINSTANCE instance);
43 const HINSTANCE m_instance;
H A DtcuWin32VulkanPlatform.hpp38 VulkanPlatform (HINSTANCE instance);
47 const HINSTANCE m_instance;
H A DtcuWGLContextFactory.cpp68 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 Dwin32_platform.h280 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 DLzmaLibExports.c8 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 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/
H A 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/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp34 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 Dpythonba.cpp16 static HINSTANCE vhInstance = NULL;
19 IN HINSTANCE hInstance, in DllMain()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, in WinMain()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A 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) \

Completed in 8 milliseconds

123456