Searched defs:hInstance (Results 1 - 25 of 26) 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/chromium/base/
H A Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/chromium_org/base/
H A Ddebug_message.cc12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dsetupexe.cpp5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
/external/chromium_org/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/chromium_org/third_party/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
/external/chromium_org/tools/measure_page_load_time/ie_bho/
H A DMeasurePageLoadTime.cpp27 extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) argument
31 DisableThreadLibraryCalls(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/skia/src/gpu/gl/win/
H A DSkNativeGLContext_win.cpp51 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL); local
60 wc.hInstance = hInstance;
78 hInstance, NULL))) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winmain.c21 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
H A DesUtil_win32.c106 HINSTANCE hInstance = GetModuleHandle(NULL); local
110 wndclass.hInstance = hInstance;
138 hInstance,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
/external/openssl/apps/
H A Dwinrand.c69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc137 int WINAPI WinMain(__in HINSTANCE hInstance, argument
H A Dcloud_print_service_config.cc434 int WINAPI WinMain(__in HINSTANCE hInstance, argument
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp21 ATOM MyRegisterClass(HINSTANCE hInstance);
26 int APIENTRY _tWinMain(HINSTANCE hInstance, argument
36 MyRegisterClass(hInstance);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
74 ATOM MyRegisterClass(HINSTANCE hInstance) argument
84 wcex.hInstance = hInstance;
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) argument
128 hInst = hInstance; // Store instance handle in our global variable
131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NUL
[all...]
/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/views/win/
H A Dskia_win.cpp21 ATOM MyRegisterClass(HINSTANCE hInstance);
26 int APIENTRY _tWinMain(HINSTANCE hInstance, argument
36 MyRegisterClass(hInstance);
39 if (!InitInstance (hInstance, nCmdShow, lpCmdLine))
74 ATOM MyRegisterClass(HINSTANCE hInstance) argument
84 wcex.hInstance = hInstance;
124 BOOL InitInstance(HINSTANCE hInstance, int nCmdShow, LPTSTR lpCmdLine) argument
128 hInst = hInstance; // Store instance handle in our global variable
131 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NUL
[all...]
/external/icu4c/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/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc535 int WINAPI WinMain(__in HINSTANCE hInstance, argument
/external/libpng/contrib/visupng/
H A DVisualPng.c77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, argument
90 wndclass.hInstance = hInstance;
91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ;
127 NULL, NULL, hInstance, NULL);
132 hAccel = LoadAccelerators (hInstance, szProgName);
148 static HINSTANCE hInstance ; local
178 hInstance = ((LPCREATESTRUCT) lParam)->hInstance ;
398 DialogBox (hInstance, TEX
[all...]

Completed in 2825 milliseconds

12