C
void EbAddChar( EDITBOX * pEb, XCHAR ch );
Overview
This function inserts a character at the end of the text used by the object.
Input Parameters
Input Parameters |
Description |
EDITBOX * pEb |
The pointer to the object whose text will be modified. |
XCHAR ch |
Character to be inserted. |
Returns
none
Preconditions
none
Side Effects
none