PBM_STEPIT top-level constant

int const PBM_STEPIT

Advances the current position for a progress bar by the step increment and redraws the bar to reflect the new position. An application sets the step increment by sending the PBM_SETSTEP message.

Implementation

const PBM_STEPIT = WM_USER + 5;