Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DCommandBar.h16 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar) in Create()
30 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap()
34 …HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { re… in InsertComboBox()
35 …bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_In… in InsertMenubar()
36 …bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandB… in InsertMenubarEx()
/external/libpng/contrib/gregbook/
Drpng-win.c166 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain()
484 static int rpng_win_create_window(HINSTANCE hInst, int showmode) in rpng_win_create_window()
Drpng2-win.c276 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) in WinMain()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32InputManager.cpp61 HINSTANCE hInst = 0; in _initialize() local
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/SDL/SdlDemo/
DSdlDemo.cpp77 INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT ) in WinMain() argument