SBM_GETRANGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent by an application to a scroll bar control to retrieve the minimum and maximum position values for the control.

Syntax

SBM_GETRANGE wParam = (WPARAM) (LPINT) lpnMinPos; 
    lParam = (LPARAM) (LPINT) lpnMaxPos;

Parameters

  • lpnMinPos
    Long pointer to a value that receives the minimum scrolling position.
  • lpnMaxPos
    Long pointer to a value that receives the maximum scrolling position.

Return Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

SBM_GETPOS
SBM_SETPOS
SBM_SETRANGE
SBM_SETRANGEREDRAW
Scroll Bars Messages