PBM_SETSTEPPBM_SETSTEP*
*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.

nStepInc
New step increment.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.