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

  /external/lzma/CPP/Windows/Control/
CommandBar.h 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar);
34 int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap, iNumImages, iImageWidth, iImageHeight); }
38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
40 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);
  /external/python/cpython2/PC/
dl_nt.c 79 BOOL WINAPI DllMain (HANDLE hInst,
86 PyWin_DLLhModule = hInst;
88 LoadString(hInst, 1000, dllVersionBuffer, sizeof(dllVersionBuffer));
  /external/python/cpython3/PC/
dl_nt.c 88 BOOL WINAPI DllMain (HANDLE hInst,
95 PyWin_DLLhModule = hInst;
99 LoadString(hInst, 1000, dllVersionBuffer, sizeof(dllVersionBuffer));
  /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 82 SHSTDAPI_(HICON) DuplicateIcon (HINSTANCE hInst, HICON hIcon);
83 SHSTDAPI_(HICON) ExtractAssociatedIconA (HINSTANCE hInst, LPSTR pszIconPath, WORD *piIcon);
84 SHSTDAPI_(HICON) ExtractAssociatedIconW (HINSTANCE hInst, LPWSTR pszIconPath, WORD *piIcon);
85 SHSTDAPI_(HICON) ExtractAssociatedIconExA (HINSTANCE hInst, LPSTR pszIconPath, WORD *piIconIndex, WORD *piIconId);
86 SHSTDAPI_(HICON) ExtractAssociatedIconExW (HINSTANCE hInst, LPWSTR pszIconPath, WORD *piIconIndex, WORD *piIconId);
87 SHSTDAPI_(HICON) ExtractIconA (HINSTANCE hInst, LPCSTR pszExeFileName, UINT nIconIndex);
88 SHSTDAPI_(HICON) ExtractIconW (HINSTANCE hInst, LPCWSTR pszExeFileName, UINT nIconIndex);
objbase.h 96 WINOLEAPI_(void) CoFreeLibrary (HINSTANCE hInst);
compstui.h     [all...]
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 954 HINSTANCE hInst;
1673 HINSTANCE hinst; member in struct:tagTOOLINFOA
1685 HINSTANCE hinst; member in struct:tagTOOLINFOW
1847 HINSTANCE hinst; member in struct:tagNMTTDISPINFOA
1856 HINSTANCE hinst; member in struct:tagNMTTDISPINFOW
    [all...]
winspool.h 921 LONG ExtDeviceMode(HWND hWnd,HANDLE hInst,LPDEVMODEA pDevModeOutput,LPSTR pDeviceName,LPSTR pPort,LPDEVMODEA pDevModeInput,LPSTR pProfile,DWORD fMode);
    [all...]
winuser.h     [all...]
cor.h 220 WINBOOL STDMETHODCALLTYPE _CorDllMain (HINSTANCE hInst, DWORD dwReason, LPVOID lpReserved);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 135 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
167 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
423 if (rpng_win_create_window(hInst, showmode))
485 static int rpng_win_create_window(HINSTANCE hInst, int showmode)
551 wndclass.hInstance = hInst;
573 image_height+extra_height, NULL, NULL, hInst, NULL);
rpng2-win.c 275 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
295 global_hInst = hInst;
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]

Completed in 980 milliseconds