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

/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/quake/quake/src/WinQuake/
H A Dnet_wins.cpp124 HINSTANCE hInst; local
128 hInst = LoadLibrary("wsock32.dll");
130 if (hInst == NULL)
139 pWSAStartup = (void *)GetProcAddress(hInst, "WSAStartup");
140 pWSACleanup = (void *)GetProcAddress(hInst, "WSACleanup");
141 pWSAGetLastError = (void *)GetProcAddress(hInst, "WSAGetLastError");
142 psocket = (void *)GetProcAddress(hInst, "socket");
143 pioctlsocket = (void *)GetProcAddress(hInst, "ioctlsocket");
144 psetsockopt = (void *)GetProcAddress(hInst, "setsockopt");
145 precvfrom = (void *)GetProcAddress(hInst, "recvfro
[all...]
/external/libpng/contrib/gregbook/
H A Drpng-win.c108 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
140 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
383 if (rpng_win_create_window(hInst, showmode))
440 static int rpng_win_create_window(HINSTANCE hInst, int showmode) argument
500 wndclass.hInstance = hInst;
522 image_height+extra_height, NULL, NULL, hInst, NULL);
H A Drpng2-win.c247 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
267 global_hInst = hInst;
/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/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp43 HINSTANCE hInst; // current instance variable
282 hInst = hInstance; // Store instance handle in our global variable
387 DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUTBOX), hWnd, About);
/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 658 milliseconds