Home
last modified time | relevance | path

Searched refs:TB_LOADIMAGES (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Drebar.c129 …ok(SendMessageA(hToolbar, TB_LOADIMAGES, iBitmapId, (LPARAM)HINST_COMMCTRL) == 0, "TB_LOADIMAGES f… in build_toolbar()
H A Dtoolbar.c1886 SendMessageA(hToolbar, TB_LOADIMAGES, IDB_HIST_SMALL_COLOR, (LPARAM)HINST_COMMCTRL); in test_dispinfo()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1514 USM(TB_LOADIMAGES ,0),
/reactos/sdk/include/psdk/
H A Dcommctrl.h1152 #define TB_LOADIMAGES (WM_USER+50) macro
/reactos/dll/win32/comctl32/
H A Dtoolbar.c7029 case TB_LOADIMAGES: in ToolbarWindowProc()