Searched refs:PBM_DELTAPOS (Results 1 – 5 of 5) sorted by relevance
327 PBM_DELTAPOS, in CompleteProgressBar()
170 …ok(SendMessageA(hProgressWnd, PBM_DELTAPOS, 15, 0) == 50, "PBM_DELTAPOS must return the previous p… in test_redraw()
622 case PBM_DELTAPOS: in ProgressWindowProc()
589 SendMessageW(hPB, PBM_DELTAPOS, 1, 0); in UIDlgProc()
2190 #define PBM_DELTAPOS (WM_USER+3) macro