Editor_GetPageSize

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

Editor_GetPageSize( HWND hwnd, SIZE_PTR* psizePage );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

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.