CScrollView::GetDeviceScrollSizes

This method retrieves the current mapping mode, the total size, and the line and page sizes of the scrollable view.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void GetDeviceScrollSizes( int& nMapMode, SIZE& sizeTotal,
SIZE&
sizePage, SIZE& sizeLine ) const;

Remarks

Windows CE only supports the MM_TEXT value for the nMapMode parameter.

See Also

CScrollView::SetScrollSizes, CScrollView::GetTotalSize