Searched refs:RB_GETBANDCOUNT (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | internettoolbar.cpp | 235 SendMessage(fRebarWindow, RB_GETBANDCOUNT, 0, 0); 761 bandCount = (int)SendMessage(fMainReBar, RB_GETBANDCOUNT, 0, 0); 1515 return ::SendMessage(fMainReBar, RB_GETBANDCOUNT, 0, 0);
|
H A D | basebarsite.cpp | 542 *pdwBandID = (DWORD)SendMessage(RB_GETBANDCOUNT, 0, 0); in EnumBands()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | rebar.c | 173 count = SendMessageA(hRebar, RB_GETBANDCOUNT, 0, 0); 463 count = SendMessageA(hRebar, RB_GETBANDCOUNT, 0, 0); \
|
/reactos/win32ss/user/user32/windows/ |
H A D | spy.c | 1444 USM(RB_GETBANDCOUNT, 0),
|
/reactos/dll/win32/comctl32/ |
H A D | rebar.c | 3630 case RB_GETBANDCOUNT: in REBAR_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 1585 #define RB_GETBANDCOUNT (WM_USER+12) macro
|