○MFC BSTRの変換 CString str="てすと1234"; BSTR bstr; bstr=str.AllocSysString();//CString→BSTRへの変換 CString str2=bstr;//BSTR→CStringへの変換 TRACE(str2);