Editor_SetScrollPos

Specifies the scroll bar position. You can use this inline function or explicitly send the EE_SET_SCROLL_POS message.

Editor_SetScrollPos( HWND hwnd, POINT_PTR* pptPos );

Parameters

hwnd

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

pptPos

Pointer to a POINT_PTR structure that specifies the scroll bar positions. The cursor position will not be changed.

Return Values

The return value is not used.