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