_EdSetPos( ) API Library Routine

Moves the insertion point to the specified offset position in the file in the specified editing window, unselecting any selected text.

void _EdSetPos(WHANDLE wh, EDPOS thePos)
WHANDLE wh;            /* Handle of editing window. */
EDPOS thePos;               /* Specified offset position. */

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic