EM_GETSEL top-level constant

int const EM_GETSEL

Gets the starting and ending character positions (in TCHARs) of the current selection in an edit control.

You can send this message to either an edit control or a rich edit control.

Implementation

const EM_GETSEL = 0x00B0;