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;
pptPos
Pointer to a POINT_PTR structure that will receive the scroll bar positions.
The return value is not used.
Send feedback on this topic to Emurasoft