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.
- Returns a DWORD value that holds the previous 16-bit low limit in its low word and the previous 16-bit high limit in its high word. If the previous ranges were 32-bit values, the return value consists of the low words of both 32-bit limits.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.