Searched refs:hInst (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
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 …Bitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { return … in AddBitmap() argument 38 …ComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::Comm… in InsertComboBox() argument 39 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar() argument 40 …InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubarEx() argument
|
/external/python/cpython2/PC/ |
D | dl_nt.c | 79 BOOL WINAPI DllMain (HANDLE hInst, in DllMain() argument 86 PyWin_DLLhModule = hInst; in DllMain() 88 LoadString(hInst, 1000, dllVersionBuffer, sizeof(dllVersionBuffer)); in DllMain()
|
/external/libpng/contrib/gregbook/ |
D | 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) in WinMain() argument 422 if (rpng_win_create_window(hInst, showmode)) in WinMain() 484 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window() argument 544 wndclass.hInstance = hInst; in rpng_win_create_window() 566 image_height+extra_height, NULL, NULL, hInst, NULL); in rpng_win_create_window()
|
D | rpng2-win.c | 276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain() argument 296 global_hInst = hInst; in WinMain()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 2623 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, in WinMain() argument
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | libtool.m4 | 6280 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); 6292 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) 6294 # __hDllInstance_base = hInst;
|
/external/cmockery/cmockery_0_1_2/ |
D | aclocal.m4 | 6310 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); 6322 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) 6324 # __hDllInstance_base = hInst;
|