Searched defs:hInstance (Results 1 - 25 of 32) sorted by relevance

12

/external/lzma/C/Util/LzmaLib/
H A DLzmaLibExports.c8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
10 UNUSED_VAR(hInstance);
/external/python/cpython2/PC/
H A DWinMain.c9 HINSTANCE hInstance, /* handle to current instance */
8 WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) argument
H A Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
H A Dfrozen_dllmain.c43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
/external/python/cpython3/PC/
H A DWinMain.c9 HINSTANCE hInstance, /* handle to current instance */
8 wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow ) argument
H A Dempty.c3 WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
H A Dfrozen_dllmain.c43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp37 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
42 g_hInstance = (HINSTANCE)hInstance;
31 DllMain( HANDLE hInstance, DWORD dwReason, LPVOID ) argument
/external/lzma/CPP/Windows/
H A DResourceString.cpp20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) argument
28 len = ::LoadString(hInstance, resourceID, s.GetBuf(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) argument
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuf(size - 1), size);
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest) argument
80 MultiByteToUnicodeString2(dest, MyLoadStringA(hInstance, resourceID));
87 int len = ::LoadStringW(hInstance, resourceID, s, kStartSize);
94 MyLoadString2(hInstance, resourceID, dest);
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDLLX.cpp66 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
77 if (!PrxDllMain(hInstance, dwReason, lpReserved))
83 hInstance;
/external/python/cpython3/Tools/msi/bundle/bootstrap/
H A Dpythonba.cpp19 IN HINSTANCE hInstance,
27 ::DisableThreadLibraryCalls(hInstance);
28 vhInstance = hInstance;
18 DllMain( IN HINSTANCE hInstance, IN DWORD dwReason, IN LPVOID ) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp52 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); local
61 wc.hInstance = hInstance;
79 hInstance, nullptr))) {
/external/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, argument
50 int result = main_common(hInstance, nCmdShow, argc, argv);
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { argument
63 Application* app = Application::Create(argc, argv, (void*)hInstance);
H A DWindow_win.cpp29 HINSTANCE hInstance = (HINSTANCE)platformData; local
32 if (!window->init(hInstance)) {
58 bool Window_win::init(HINSTANCE hInstance) { argument
59 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr);
73 wcex.hInstance = fHInstance;
/external/skqp/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp52 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); local
61 wc.hInstance = hInstance;
79 hInstance, nullptr))) {
/external/skqp/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, argument
50 int result = main_common(hInstance, nCmdShow, argc, argv);
61 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { argument
63 Application* app = Application::Create(argc, argv, (void*)hInstance);
H A DWindow_win.cpp29 HINSTANCE hInstance = (HINSTANCE)platformData; local
32 if (!window->init(hInstance)) {
58 bool Window_win::init(HINSTANCE hInstance) { argument
59 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr);
73 wcex.hInstance = fHInstance;
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp211 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, argument
219 g_hInstance = (HINSTANCE)hInstance;
/external/icu/icu4c/source/samples/layout/
H A Dclayout.c77 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
89 wndclass.hInstance = hInstance;
102 hAccel = LoadAccelerators(hInstance, szAppName);
108 NULL, NULL, hInstance, NULL);
120 UnregisterClass(szAppName, hInstance);
278 ofn.hInstance = NULL;
H A Dlayout.cpp76 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
88 wndclass.hInstance = hInstance;
101 hAccel = LoadAccelerators(hInstance, szAppName);
107 NULL, NULL, hInstance, NULL);
119 UnregisterClass(szAppName, hInstance);
276 ofn.hInstance = NULL;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp128 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, argument
136 g_hInstance = (HINSTANCE)hInstance;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp114 @Input hInstance Application instance from OS
121 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, TCHAR *lpCmdLine, int nCmdShow) argument
167 sWC.hInstance = hInstance;
187 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL);
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc288 HMODULE hInstance = NULL; local
292 &hInstance);
305 wcex.hInstance = hInstance;
320 hInstance,
336 hInstance,
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp133 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); local
142 wc.hInstance = hInstance;
159 hInstance, nullptr))) {

Completed in 2778 milliseconds

12