Contents Index Topic Contents | ||
Previous Topic: PBM_SETRANGE32 Next Topic: PBM_STEPIT |
PBM_SETSTEP
PBM_SETSTEP wParam = (WPARAM) nStepInc; lParam = 0;Specifies the step increment for a progress bar. The step increment is the amount by which the progress bar increases its current position whenever it receives a PBM_STEPIT message. By default, the step increment is set to 10.
- Returns the previous step increment.
- nStepInc
- New step increment.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.