C
void EbSetText( EDITBOX * pEb, XCHAR * pText );
Overview
This function sets the text to be used for the object.
Input Parameters
Input Parameters |
Description |
EDITBOX * pEb |
The pointer to the object whose text will be modified. |
XCHAR * pText |
Pointer to the text that will be used. |
Returns
none
Preconditions
none
Side Effects
none