Searched defs:hInst (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/PC/
H A Ddl_nt.c79 BOOL WINAPI DllMain (HANDLE hInst, argument
86 PyWin_DLLhModule = hInst;
88 LoadString(hInst, 1000, dllVersionBuffer, sizeof(dllVersionBuffer));
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) argument
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); } argument
38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); } argument
39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); } argument
40 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMen argument
[all...]
/external/libpng/contrib/gregbook/
H A Drpng-win.c134 static int rpng_win_create_window(HINSTANCE hInst, int showmode);
166 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
422 if (rpng_win_create_window(hInst, showmode))
484 static int rpng_win_create_window(HINSTANCE hInst, int showmode) argument
544 wndclass.hInstance = hInst;
566 image_height+extra_height, NULL, NULL, hInst, NULL);
H A Drpng2-win.c276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
296 global_hInst = hInst;
/external/python/cpython2/PC/bdist_wininst/
H A Dinstall.c2623 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, argument

Completed in 208 milliseconds