HomeSort by relevance Sort by last modified time
    Searched refs:hInst (Results 1 - 22 of 22) sorted by null

  /external/v8/tools/gyp/test/copies/src/
foo.c 10 unsigned hInst, unsigned reason, void* reserved) {
  /external/lzma/CPP/Windows/Control/
CommandBar.h 16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
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); }
34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
35 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
36 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_main.h 112 void *hInst);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_main.h 124 void *hInst);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_main.h 124 void *hInst);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_main.h 124 void *hInst);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scrnsave.h 41 WINBOOL WINAPI RegisterDialogClasses(HANDLE hInst);
advpub.h 81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
217 typedef HRESULT (WINAPI *DELNODERUNDLL32)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
237 typedef HRESULT (WINAPI *USERINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
238 typedef HRESULT (WINAPI *USERUNINSTSTUBWRAPPER)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow);
winwlx.h 189 typedef int (WINAPI *PWLX_DIALOG_BOX)(HANDLE hWlx,HANDLE hInst,LPWSTR lpszTemplate,HWND hwndOwner,DLGPROC dlgprc);
190 typedef int (WINAPI *PWLX_DIALOG_BOX_INDIRECT)(HANDLE hWlx,HANDLE hInst,LPCDLGTEMPLATE hDialogTemplate,HWND hwndOwner,DLGPROC dlgprc);
191 typedef int (WINAPI *PWLX_DIALOG_BOX_PARAM)(HANDLE hWlx,HANDLE hInst,LPWSTR lpszTemplate,HWND hwndOwner,DLGPROC dlgprc,LPARAM dwInitParam);
192 typedef int (WINAPI *PWLX_DIALOG_BOX_INDIRECT_PARAM)(HANDLE hWlx,HANDLE hInst,LPCDLGTEMPLATE hDialogTemplate,HWND hwndOwner,DLGPROC dlgprc,LPARAM dwInitParam);
shellapi.h 69 SHSTDAPI_(HICON) DuplicateIcon(HINSTANCE hInst,HICON hIcon);
70 SHSTDAPI_(HICON) ExtractAssociatedIconA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIcon);
71 SHSTDAPI_(HICON) ExtractAssociatedIconW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIcon);
73 SHSTDAPI_(HICON) ExtractAssociatedIconExA(HINSTANCE hInst,LPSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId);
74 SHSTDAPI_(HICON) ExtractAssociatedIconExW(HINSTANCE hInst,LPWSTR lpIconPath,LPWORD lpiIconIndex,LPWORD lpiIconId);
76 SHSTDAPI_(HICON) ExtractIconA(HINSTANCE hInst,LPCSTR lpszExeFileName,UINT nIconIndex);
77 SHSTDAPI_(HICON) ExtractIconW(HINSTANCE hInst,LPCWSTR lpszExeFileName,UINT nIconIndex);
compstui.h     [all...]
objbase.h 245 WINOLEAPI_(void) CoFreeLibrary(HINSTANCE hInst);
uxtheme.h 36 THEMEAPI GetThemeStream(HTHEME hTheme,int iPartId,int iStateId,int iPropId,VOID **ppvStream,DWORD *pcbStream,HINSTANCE hInst);
mapispi.h 142 typedef SCODE (__cdecl OPTIONCALLBACK)(HINSTANCE hInst,LPMALLOC lpMalloc,ULONG ulFlags,ULONG cbOptionData,LPBYTE lpbOptionData,LPMAPISUP lpMAPISup,LPMAPIPROP lpDataSource,LPMAPIPROP *lppWrappedSource,LPMAPIERROR *lppMAPIError);
commctrl.h 831 HINSTANCE hInst;
1506 HINSTANCE hinst; member in struct:tagTOOLINFOA
1518 HINSTANCE hinst; member in struct:tagTOOLINFOW
1672 HINSTANCE hinst; member in struct:tagNMTTDISPINFOA
1681 HINSTANCE hinst; member in struct:tagNMTTDISPINFOW
    [all...]
winuser.h     [all...]
winspool.h 921 LONG ExtDeviceMode(HWND hWnd,HANDLE hInst,LPDEVMODEA pDevModeOutput,LPSTR pDeviceName,LPSTR pPort,LPDEVMODEA pDevModeInput,LPSTR pProfile,DWORD fMode);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 134 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
166 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
422 if (rpng_win_create_window(hInst, showmode))
484 static int rpng_win_create_window(HINSTANCE hInst, int showmode)
544 wndclass.hInstance = hInst;
566 image_height+extra_height, NULL, NULL, hInst, NULL);
rpng2-win.c 276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
296 global_hInst = hInst;
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32InputManager.cpp 61 HINSTANCE hInst = 0;
81 hInst = GetModuleHandle(0);
84 hr = DirectInput8Create( hInst, DIRECTINPUT_VERSION, IID_IDirectInput8, (VOID**)&mDirectInput, NULL );
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
SdlDemo.cpp 77 INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT )
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1206 milliseconds