Searched defs:hInst (Results 1 - 7 of 7) sorted by relevance

/external/v8/tools/gyp/test/copies/src/
H A Dfoo.c10 unsigned hInst, unsigned reason, void* reserved) {
9 _DllMainCRTStartup( unsigned hInst, unsigned reason, void* reserved) argument
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
H A DWin32InputManager.cpp61 HINSTANCE hInst = 0; local
81 hInst = GetModuleHandle(0);
84 hr = DirectInput8Create( hInst, DIRECTINPUT_VERSION, IID_IDirectInput8, (VOID**)&mDirectInput, NULL );
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) argument
18 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar);
30 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); } argument
34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); } argument
35 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); } argument
36 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMen argument
[all...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
H A DSdlDemo.cpp77 INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT ) argument
/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.c276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
296 global_hInst = hInst;
/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 159 milliseconds