Share via


PBM_SETSTEP (Windows CE 5.0)

Send Feedback

This message 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.

PBM_SETSTEPnStepInc= (WPARAM)wParam;

Parameters

  • nStepInc
    New step increment.

Return Values

The previous step increment indicates success.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

PBM_STEPIT | Progress Bar Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.