CWindow::GetScrollRange

 

Retrieves the scroll bar range.

Syntax

      BOOL GetScrollRange(
   int nBar,
   LPINT lpMinPos,
   LPINT lpMaxPos 
) const throw();

Remarks

See GetScrollRange in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::SetScrollRange