_EdGetStr( ) API Library Routine

Places the text between and including the specified offset positions into the specified address.

void _EdGetStr(WHANDLE wh, EDPOS thePos, EDPOS thePos, 
               TEXT *theStr)
WHANDLE wh;            /* Handle of editing window. */
EDPOS thePos;               /* Starting offset position. */
EDPOS thePos;               /* Stopping offset position. */
TEXT *theStr;               /* Where to put the text. */

Expand imageExample

Expand imageSee Also


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