CString item = (TCHAR*)(_bstr_t)m_pRecordset->GetCollect("ENAME");

即是(TCHAR*)(_bstr_t)强制转换。