Home
last modified time | relevance | path

Searched refs:HINST_COMMCTRL (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/tests/mdi/
H A Dmdi.c212 tbab.hInst = HINST_COMMCTRL; in WndProc()
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dmainwnd.c138 tbab.hInst = HINST_COMMCTRL; in InitMainWnd()
/reactos/modules/rostests/winetests/comctl32/
H A Dtoolbar.c516 std.hInst = HINST_COMMCTRL; in test_add_bitmap()
585 stdsmall.hInst = HINST_COMMCTRL; in test_add_bitmap()
716 addbmp.hInst = HINST_COMMCTRL; in test_add_bitmap()
1886 SendMessageA(hToolbar, TB_LOADIMAGES, IDB_HIST_SMALL_COLOR, (LPARAM)HINST_COMMCTRL); in test_dispinfo()
H A Drebar.c129 …ok(SendMessageA(hToolbar, TB_LOADIMAGES, iBitmapId, (LPARAM)HINST_COMMCTRL) == 0, "TB_LOADIMAGES f… in build_toolbar()
/reactos/dll/win32/comctl32/
H A Dcommctrl.c971 if (nBitmaps > 0 || hBMInst == HINST_COMMCTRL) in CreateToolbarEx()
H A Dtoolbar.c3000 if (lpAddBmp->hInst == HINST_COMMCTRL) in TOOLBAR_AddBitmap()
4243 if (lpReplace->hInstOld == HINST_COMMCTRL) in TOOLBAR_ReplaceBitmap()
/reactos/dll/win32/hhctrl.ocx/
H A Dhelp.c943 tbAB.hInst = HINST_COMMCTRL; in TB_AddButtonsFromFlags()
/reactos/base/applications/wordpad/
H A Dwordpad.c1835 ab.hInst = HINST_COMMCTRL; in OnCreate()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c1694 static const TBADDBITMAP tba = {HINST_COMMCTRL, IDB_VIEW_SMALL_COLOR}; in FILEDLG95_InitControls()
H A Ditemdlg.c1912 tbab.hInst = HINST_COMMCTRL; in init_toolbar()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1063 #define HINST_COMMCTRL ((HINSTANCE)-1) macro