Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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 |