EM_SETSEL - Syntax

This message sets the zero-based offsets of the bounds of the text that forms the current selection.

param1
     USHORT  usminsel    /*  Offset of the first character in the selection. */
     USHORT  usmaxsel    /*  Offset of the first character after the selection. */

param2
     ULONG   ulReserved  /*  Reserved value, should be 0. */


[Back: EM_SETSEL - Parameters]
[Next: EM_SETSEL - Remarks]