Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |