EE_GET_PAGE_SIZE

Retrieves a page size. You can send this message explicitly or use the Editor_GetPageSize inline function.

EE_GET_PAGE_SIZE
wParam = 0;
lParam = (LPARAM) (SIZE_PTR*) psizePage;

Parameters

psizePage

Pointer to a SIZE_PTR structure that will receive a page size. The page size is a pair of a number of lines and a number of columns that can display a page in the current EmEditor Window size.

Return Values

The return value is not used.