摘要:
MultiByteToWideChar和WideCharToMultiByte用法详解函数原型:intWideCharToMultiByte(UINTCodePage,DWORDdwFlags,LPCWSTRlpWideCharStr,intcchWideChar,LPSTRlpMultiByteStr,intcbMultiByte,LPCSTRlpDefaultChar,LPBOOLlpUsedDefaultChar);此函数把宽字符串转换成指定的新的字符串,如ANSI,UTF8等,新字符串不必是多字节字符集。参数:CodePage:指定要转换成的字符集代码页,它可以是任何已经安装的或系统自 阅读全文