Searched refs:hInst (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | CommandBar.h | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
in Create() argument 22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar);
in Create() 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); }
in InsertComboBox() argument 39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
in InsertMenubar() argument 40 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMen in InsertMenubar() argument [all...] |
/third_party/python/PC/ |
H A D | dl_nt.c | 20 BOOL WINAPI DllMain (HANDLE hInst, in DllMain() argument 27 PyWin_DLLhModule = hInst; in DllMain()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | 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) in WinMain() argument 423 if (rpng_win_create_window(hInst, showmode)) in WinMain() 485 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window() argument 551 wndclass.hInstance = hInst; in rpng_win_create_window() 573 image_height+extra_height, NULL, NULL, hInst, NULL); in rpng_win_create_window()
|
H A D | rpng2-win.c | 275 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument 295 global_hInst = hInst; in WinMain()
|
/third_party/node/tools/msvs/msi/ |
H A D | custom_actions.cc | 131 extern "C" BOOL WINAPI DllMain(HINSTANCE hInst, ULONG ulReason, VOID* dummy) { in DllMain() argument 134 WcaGlobalInitialize(hInst); in DllMain()
|
Completed in 5 milliseconds