Selects the range between the two specified offset positions, inclusive, of the file in the designated editing window.
Syntax
void _EdSelect(WHANDLE wh, EDPOS startPos, EDPOS endPos)
WHANDLE wh; /* Handle of editing window. */
EDPOS startPos; /* Beginning offset position of selection. */
EDPOS endPos; /* Ending offset position of selection. */