This function converts a Unicode string into a modified UTF7 string.
Header file: | Tnefapi.h |
Platforms: | H/PC 3.0 |
Windows CE versions: | 2.10 and later |
int WINAPI UnicodeToModifiedUTF7 (LPCWSTR wszIn, int cchIn,
LPSTR pchOut, Int cchOut);
The number of Unicode characters translated and stored in pchOut is returned. A number equal to the value of cchIn indicates success. A number less than the value of cchIn indicates failure.
ModifiedUTF7ToUnicode, TnefConvertToUnicode