PBM_SETRANGE32PBM_SETRANGE32*
*Contents  *Index  *Topic Contents
*Previous Topic: PBM_SETRANGE
*Next Topic: PBM_SETSTEP

PBM_SETRANGE32


PBM_SETRANGE32
    wParam = (WPARAM)(int) iLowLim;
    lParam = (LPARAM)(int) iHighLim;

Sets the range of a progress bar control to a 32-bit value.

iLowLim
A signed integer that represents the low limit to be set for the progress bar control.
iHighLim
A signed integer that represents the high limit to be set for the progress bar control.

To retrieve the entire high and low 32-bit values, use the PBM_GETRANGE message.

Version 4.70


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