为什么我在atl中用OLE2CT把BSTR转换成char数组时出错啊。vc提示信息如下。E:\test\code\ksSealProc\SealProc.cpp(93) : error C2065: '_lpw' : undeclared identifier
E:\test\code\ksSealProc\SealProc.cpp(93) : error C2440: '=' : cannot convert from 'unsigned short *' to 'int'
        This conversion requires a reinterpret_cast, a C-style cast or function-style cast
E:\test\code\ksSealProc\SealProc.cpp(93) : error C2065: '_convert' : undeclared identifier
为什么会出现这样的问题,我是不是什么头文件没有包含进去啊。