_EdSendKey( ) API Library Routine

See Also Example

Simulates the key press associated with the ASCII character number specified by charNum.

Syntax

void _EdSendKey(WHANDLE wh, int charNum)
WHANDLE wh; /* Handle of editing window. */
int charNum; /* Number of character. */