Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about the high and low limits of a progress bar control. This structure is used with the PBM_GETRANGE message.
Syntax
typedef struct {
int iLow;
int iHigh;
} PBRANGE, *PPBRANGE;
Members
iLow
Type: int
Low limit for the progress bar control. This is a signed integer.
iHigh
Type: int
High limit for the progress bar control. This is a signed integer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |