C
BOOL TeSetKeyText( TEXTENTRY * pTe, WORD index, XCHAR * pText );
Overview
This function will set the test assigned to a key with the given index.
Input Parameters
Input Parameters |
Description |
TEXTENTRY * pTe |
pointer to the object |
WORD index |
index to the key in the link list |
XCHAR * pText |
pointer to the new string to be used |
Returns
Returns TRUE if successful and FALSE if not.
Preconditions
none
Side Effects
none.