摘要: wchar_t *ANSITOUnicode(const char* str){ int textlen = 0; wchar_t *result = NULL; textlen = MultiByteToWideChar(CP_ACP,0,str,-1,NULL,0); result = (wch... 阅读全文
posted @ 2015-02-08 00:04 PI*PI 阅读(150) 评论(0) 推荐(0)