Home
last modified time | relevance | path

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

/reactos/base/applications/mscutils/servman/
H A Dprogress.c327 PBM_DELTAPOS, in CompleteProgressBar()
/reactos/modules/rostests/winetests/comctl32/
H A Dprogress.c170 …ok(SendMessageA(hProgressWnd, PBM_DELTAPOS, 15, 0) == 50, "PBM_DELTAPOS must return the previous p… in test_redraw()
/reactos/dll/win32/comctl32/
H A Dprogress.c622 case PBM_DELTAPOS: in ProgressWindowProc()
/reactos/base/applications/rapps/
H A Dgeninst.cpp589 SendMessageW(hPB, PBM_DELTAPOS, 1, 0); in UIDlgProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2190 #define PBM_DELTAPOS (WM_USER+3) macro