EM_GETSEL top-level constant Null safety
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;