void SetCompositionText(const wchar_t* pstr, UPInt len = SF_MAX_UPINT);
SetCompositionText changes the text in the composition string.
Parameters |
Description |
const wchar_t* pstr |
String which is added to the composition string. |
UPInt len = SF_MAX_UPINT |
Number of characters in the string. |