Home
last modified time | relevance | path

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

/reactos/base/applications/charmap_new/
H A DMainWindow.cpp116 SB_SIMPLE, in UpdateStatusBar()
146 SendMessage(m_hStatusBar, SB_SIMPLE, (WPARAM)FALSE, (LPARAM)0); in CreateStatusBar()
/reactos/modules/rosapps/templates/old_wordpad/
H A Dmainwnd.c287 SB_SIMPLE, in UpdateMainStatusBar()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c884 SendMessageW(hStatusWnd, SB_SIMPLE, (WPARAM)FALSE, (LPARAM)0); in TaskManager_OnMenuSelect()
903 SendMessageW(hStatusWnd, SB_SIMPLE, (WPARAM)TRUE, (LPARAM)0); in TaskManager_OnMenuSelect()
/reactos/base/applications/charmap/
H A Dcharmap.c554 SendMessage(hStatusWnd, SB_SIMPLE, (WPARAM)FALSE, (LPARAM)0); in PanelOnCreate()
/reactos/dll/win32/devmgr/devmgmt/
H A DMainWindow.cpp238 SB_SIMPLE, in UpdateStatusBar()
/reactos/dll/win32/comctl32/
H A Dcommctrl.c496 SendMessageW (hwndStatus, SB_SIMPLE, FALSE, 0); in MenuHelp()
514 SendMessageW (hwndStatus, SB_SIMPLE, TRUE, 0); in MenuHelp()
H A Dstatus.c1252 case SB_SIMPLE: in StatusWindowProc()
/reactos/base/applications/mscutils/servman/
H A Dmainwnd.c118 SB_SIMPLE, in UpdateMainStatusBar()
/reactos/modules/rostests/winetests/comctl32/
H A Dstatus.c427 SendMessageA(hWndStatus, SB_SIMPLE, TRUE, 0); in test_status_control()
/reactos/dll/win32/ieframe/
H A Diexplore.c517 SendMessageW(This->status_hwnd, SB_SIMPLE, TRUE, 0); in iewnd_OnCreate()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1963 #define SB_SIMPLE (WM_USER+9) macro