Searched refs:hInstance (Results 1 - 25 of 41) sorted by relevance

12

/external/lzma/C/Util/LzmaLib/
H A DLzmaLibExports.c6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
8 hInstance = hInstance;
/external/v8/tools/gyp/test/win/rc-build/
H A Dhello.cpp17 HINSTANCE hInstance,
23 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
25 LoadString(hInstance, IDC_HELLO, szWindowClass, MAX_LOADSTRING);
27 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SMALL)) != NULL) ++count;
28 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_HELLO)) != NULL) ++count;
16 _tWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) argument
/external/lzma/CPP/Windows/
H A DResourceString.cpp20 static CSysString MyLoadStringA(HINSTANCE hInstance, UINT resourceID) argument
28 len = ::LoadString(hInstance, resourceID, s.GetBuffer(size - 1), size);
39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s) argument
46 len = ::LoadStringW(hInstance, resourceID, s.GetBuffer(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);
H A DResourceString.h11 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest);
H A DWindow.cpp26 wndClassA.hInstance = wndClass->hInstance;
/external/skia/src/views/win/
H A Dskia_win.cpp18 static const TCHAR* register_class(HINSTANCE hInstance) { argument
29 wcex.hInstance = hInstance;
56 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv);
58 int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, argument
74 int result = main_common(hInstance, nCmdShow, argc, argv);
85 static int main_common(HINSTANCE hInstance, int show, int argc, char**argv) { argument
86 const TCHAR* windowClass = register_class(hInstance);
91 winInit.fInstance = hInstance;
/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp32 hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
36 g_hInstance = (HINSTANCE)hInstance;
26 DllMain( HANDLE hInstance, DWORD dwReason, LPVOID ) argument
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
H A Ddllmain.cpp23 BOOL WINAPI DllMain( _In_ HINSTANCE hInstance, _In_ DWORD dwReason, _In_opt_ LPVOID lpReserved ) argument
30 DisableThreadLibraryCalls( hInstance );
/external/lzma/CPP/Windows/Control/
H A DPropertyPage.cpp71 page.hInstance = g_hInstance;
92 page.hInstance = g_hInstance;
117 sheet.hInstance = g_hInstance;
133 sheet.hInstance = g_hInstance;
H A DWindow2.cpp61 wc.hInstance = instance;
108 wc.hInstance = instance;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); local
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp62 HINSTANCE hInstance = GetModuleHandle(NULL); local
71 wcex.hInstance = hInstance;
82 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
/external/skia/src/gpu/gl/win/
H A DSkCreatePlatformGLContext_win.cpp46 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(nullptr); local
55 wc.hInstance = hInstance;
73 hInstance, nullptr))) {
/external/icu/icu4c/source/samples/layout/
H A Dclayout.c71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
83 wndclass.hInstance = hInstance;
96 hAccel = LoadAccelerators(hInstance, szAppName);
102 NULL, NULL, hInstance, NULL);
114 UnregisterClass(szAppName, hInstance);
272 ofn.hInstance = NULL;
H A Dlayout.cpp70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) argument
82 wndclass.hInstance = hInstance;
95 hAccel = LoadAccelerators(hInstance, szAppName);
101 NULL, NULL, hInstance, NULL);
113 UnregisterClass(szAppName, hInstance);
270 ofn.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/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c91 wc.hInstance = GetModuleHandle(NULL);
110 wc.hInstance,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp207 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, argument
215 g_hInstance = (HINSTANCE)hInstance;
/external/libpng/contrib/visupng/
H A DVisualPng.c79 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
92 wndclass.hInstance = hInstance;
93 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
129 NULL, NULL, hInstance, NULL);
134 hAccel = LoadAccelerators (hInstance, szProgName);
150 static HINSTANCE hInstance ; local
180 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
400 DialogBox (hInstance, TEX
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.cpp55 wndClass.hInstance = instance;
/external/opencv3/samples/directx/
H A Dwinapp.hpp36 wcex.hInstance = m_hInstance;
/external/webrtc/webrtc/base/
H A Dwin32window.cc52 wcex.hInstance = instance_;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp125 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /* hPrevInstance */, argument
133 g_hInstance = (HINSTANCE)hInstance;
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c226 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
255 hInstance = hInstance;

Completed in 595 milliseconds

12