Retrieves the current positions of the scroll bars. You can use this inline function or explicitly send the EE_GET_SCROLL_POS message.
Editor_GetScrollPos( HWND hwnd, POINT_PTR* pptPos );
hwnd
Specifies the window handle of the view or frame of EmEditor.
pptPos
Pointer to a POINT_PTR structure that will receive the scroll bar positions.
The return value is not used.