MultiByteToWideChar, WideCharToMultiByte
Functional Difference from WIN95
N/A
Functional Difference from SBCS Open32
New
Implementation
This function maps character string to wide-char string or vice versa with using UniUconvToUcs. When UniUconvToUcs returns UCONV_EINVAL or UCONV_EILSEQ, Open32 replaces it by the default character for the specified codepage (See GetCPInfo.), and issues another call of UniUconvToUcs with the rest string and the rest output buffer.