CWindow::GetScrollRange
Retrieves the scroll bar range.
BOOL GetScrollRange(
int nBar,
LPINT lpMinPos,
LPINT lpMaxPos
) const throw();
Remarks
See GetScrollRange in the Windows SDK.
Requirements
Header: atlwin.h
Retrieves the scroll bar range.
BOOL GetScrollRange(
int nBar,
LPINT lpMinPos,
LPINT lpMaxPos
) const throw();
See GetScrollRange in the Windows SDK.
Header: atlwin.h