我在多字节环境下用了这么个方法:
char pcFileNam[256] = {0};


strncpy_s(pcFileNam,m_fileName.GetBuffer(0),255);
m_fileName.ReleaseBuffer();听说错了。谁帮分析下这些问题。