EE_GET_SCROLL_POS

Retrieves the current positions of the scroll bars. You can send this message explicitly or use the Editor_GetScrollPos inline function.

EE_GET_SCROLL_POS
wParam = 0;
lParam = (LPARAM) (POINT_PTR*) pptPos;

Parameters

pptPos

Pointer to a POINT_PTR structure that will receive the scroll bar positions.

Return Values

The return value is not used.