CWnd::GetScrollBarInfo
Visual Studio 2005
Retrieves information about the specified scroll bar.
BOOL GetScrollBarInfo( LONG idObject, PSCROLLBARINFO psbi ) const;
Parameters
- idObject
-
Specifies the menu object. For a list of possible values, see GetScrollBarInfo.
- psbi
-
Pointer to a SCROLLBARINFO structure that receives the information.
This member function emulates the functionality of the function GetScrollBarInfo, as described in the Platform SDK.