Home
last modified time | relevance | path

Searched refs:RB_INSERTBAND (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Ddesktopbar.cpp151 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand); in Init()
159 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand); in Init()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp275 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)0, (LPARAM)&rbBand); in MainFrameBase()
284 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)3, (LPARAM)&rbBand); in MainFrameBase()
847 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)1, (LPARAM)&rbBand); in MDIMainFrame()
857 SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)2, (LPARAM)&rbBand); in MDIMainFrame()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1602 #define RB_INSERTBAND __MINGW_NAME_AW(RB_INSERTBAND) macro