Searched defs:hInst (Results 1 – 8 of 8) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create() 34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() 38 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox() 39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar() 40 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
|
/third_party/python/PC/ |
D | dl_nt.c | 20 BOOL WINAPI DllMain (HANDLE hInst, in DllMain()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 167 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() 485 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window()
|
D | rpng2-win.c | 275 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain()
|
/third_party/cef/tests/shared/browser/ |
D | resource_util_win.cc | 17 HINSTANCE hInst = GetModuleHandle(nullptr); in LoadBinaryResource() local
|
/third_party/node/tools/msvs/msi/ |
D | custom_actions.cc | 131 extern "C" BOOL WINAPI DllMain(HINSTANCE hInst, ULONG ulReason, VOID* dummy) { in DllMain()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 280 HINSTANCE hInst = ::GetModuleHandle(nullptr); in Create() local
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 23 HINSTANCE hInst = ::GetModuleHandle(nullptr); variable
|