Searched refs:hInst (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/windows/
H A Dwinentry.cpp42 HINSTANCE hInst = NULL; variable
66 hInst = hDLL;
H A Dloggerw.cpp46 extern HINSTANCE hInst;
73 wc.hInstance = hInst;
74 wc.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ICON_APP));
109 hWnd = CreateDialogParam(hInst, MAKEINTRESOURCE(IDD_DIALOG_MAIN), GetDesktopWindow(), (DLGPROC)MainDlgProc, (LPARAM)this);
112 UnregisterClass(szClassName, hInst);
134 DialogBox(hInst, MAKEINTRESOURCE(IDD_DIALOG_PAUSE), hWnd, (DLGPROC)PauseDlgProc);
146 UnregisterClass(szClassName, hInst);
H A Dgui_main.cpp45 extern HINSTANCE hInst;
63 psp[0].hInstance = hInst;
73 psp[1].hInstance = hInst;
83 psp[2].hInstance = hInst;
93 psp[3].hInstance = hInst;
105 psh.hInstance = hInst;
H A Ddirpick.cpp46 extern HINSTANCE hInst;
394 hIconDrives[0] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVEFLOPPY));
395 hIconDrives[1] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVEHARD));
396 hIconDrives[2] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVENETWORK));
397 hIconDrives[3] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVECDROM));
398 hIconDrives[4] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_DRIVERAM));
400 hIconFolders[0] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_FOLDERCLOSED));
401 hIconFolders[1] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_FOLDEROPEN));
402 hIconFolders[2] = LoadIcon(hInst, MAKEINTRESOURCE(ID_ICON_OPENSELECT));
603 int ret = DialogBoxParam(hInst, MAKEINTRESOURC
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_main.h70 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst);
72 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
/external/libpng/contrib/gregbook/
H A Drpng-win.c134 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
166 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
422 if (rpng_win_create_window(hInst, showmode))
484 static int rpng_win_create_window(HINSTANCE hInst, int showmode) argument
544 wndclass.hInstance = hInst;
566 image_height+extra_height, NULL, NULL, hInst, NULL);
H A Drpng2-win.c274 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
294 global_hInst = hInst;
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp16 HINSTANCE hInst; // current instance variable
128 hInst = hInstance; // Store instance handle in our global variable
/external/skia/src/views/win/
H A Dskia_win.cpp16 HINSTANCE hInst; // current instance variable
128 hInst = hInstance; // Store instance handle in our global variable
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c326 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPWSTR szCmdLine, int sw) argument
328 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c715 int SDL_RegisterApp(char *name, Uint32 style, void *hInst) argument
734 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
745 SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc28 HINSTANCE hInst = reinterpret_cast<HINSTANCE>(&__ImageBase); local
35 wcex.hInstance = hInst;
49 NULL, NULL, hInst, NULL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 619 milliseconds