Searched refs:TB_GETMAXSIZE (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | toolsband.cpp | 116 SendMessageW(m_hWnd, TB_GETMAXSIZE, 0, reinterpret_cast<LPARAM>(&maxSize)); in GetBandInfo()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CISFBand.cpp | 229 SendMessageW(m_hWnd, TB_GETMAXSIZE, 0, reinterpret_cast<LPARAM>(&maxSize)); in GetBandInfo()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosctrls.h | 385 return SendMessageW(TB_GETMAXSIZE, 0, reinterpret_cast<LPARAM>(size)); in GetMaxSize()
|
/reactos/dll/win32/ieframe/ |
H A D | iexplore.c | 482 SendMessageW(ie->toolbar_hwnd, TB_GETMAXSIZE, 0, (LPARAM)&toolbar_size); in create_rebar()
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1547 USM(TB_GETMAXSIZE ,0),
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | toolbar.c | 956 SendMessageA(hToolbar, TB_GETMAXSIZE, 0, &sz);
|
/reactos/dll/win32/comctl32/ |
H A D | comctl32_ros.diff | 2326 case TB_GETMAXSIZE:
|
H A D | toolbar.c | 6956 case TB_GETMAXSIZE: in ToolbarWindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1189 #define TB_GETMAXSIZE (WM_USER+83) macro
|