char *p1="中国";
//将char*转化为LPCTSTR
CString   m(p1);
LPCTSTR   lp = (LPCTSTR)m;