PBRANGEPBRANGE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Progress Bar Control Structures
*Next Topic: Property Sheets

PBRANGE


typedef struct {
    int iLow;
    int iHigh;        
} PBRANGE, *PPBRANGE;

Contains information about the high and low limits of a progress bar control. This structure is used with the PBM_GETRANGE message.

iLow
Low limit for the progress bar control. This is a signed integer.
iHigh
High limit for the progress bar control. This is a signed integer.

Version 4.70


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