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

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


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