Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the range of a scroll bar.
Syntax
BOOL ScrollBar_GetRange(
HWND hwndCtl,
int *lpposMin,
int *lpposMax
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
lpposMin
Type: int*
Address of a variable that receives the minimum value of the scroll bar.
lpposMax
Type: int*
Address of a variable that receives the maximum value of the scroll bar.
Return value
Type: BOOL
TRUE if the call succeeded; otherwise FALSE.
Remarks
For more information, see GetScrollRange.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | windowsx.h |