Contents Index Topic Contents | ||
Previous Topic: PBM_GETPOS Next Topic: PBM_SETBARCOLOR |
PBM_GETRANGE
PBM_GETRANGE wParam = (WPARAM)(BOOL) fWhichLimit; lParam = (LPARAM)(PPBRANGE) ppBRange;Retrieves information about the current high and low limits of a given progress bar control.
- Returns an INT that represents the limit value specified by fWhichLimit. If lParam is not NULL, lParam must point to a PBRANGE structure that is to be filled with both limit values.
- fWhichLimit
- Flag value specifying which limit value is to be used as the message's return value. This parameter can be one of the following values:
TRUE Return the low limit. FALSE Return the high limit. - ppBRange
- Address of a PBRANGE structure that is to be filled with the high and low limits of the progress bar control. If this parameter is set to NULL, the control will return only the limit specified by fWhichLimit.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.