Converts a UTF-8 string to a temporary UTF-16 string, using the MFStr() buffer.
- Parameters
-
pUTF8String | Pointer to a UTF-8 string to copy. |
pNumChars | Optional pointer to a size_t that receives the number of wchar_t's in the output buffer. |
- Returns
- A pointer to the converted UTF-16 string in a temporary buffer.
- See Also
- MFWString_CopyUTF8ToUTF16(), MFStr(), MFStrN()