Editor_GetAnchorPos

Retrieves the origin point of the selection. You can use this inline function or explicitly send the EE_GET_ANCHOR_POS message.

Editor_GetAnchorPos( HWND hwnd, int nLogical, POINT_PTR* pptPos );

Parameters

hwnd

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

nLogical

Specifies one of the following values.

Value

Meaning

POS_VIEW

Display Coordinates

POS_LOGICAL_A

Logical Coordinates (Count double-byte characters as two)

POS_LOGICAL_W

Logical Coordinates (Count double-byte characters as one)

pptPos

Pointer to a POINT_PTR structure that will receive the origin point of the selection.

Return Values

The return value is not used.