... //Converting a WChar string to a Ansi string char *w2c(char *pcstr,const wchar_t *pwstr, size_t len) { int nlength=wcslen(pwstr); ...
確定! 回上一頁