EE_GET_SEL_END¶
Retrieves the ending character position of the selection. You can send this message explicitly or use the Editor_GetSelEnd inline function.
EE_GET_SEL_END
wParam = (WPARAM) (int) nLogical;
lParam = (LPARAM) (POINT_PTR*) pptPos;
Parameters¶
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 ending character position of the selection.
Return Values¶
The return value is not used.