mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[ATL]
- Add CComBSTR::operator BSTR. Mark by Mark Jansen. CORE-10394 #resolve svn path=/trunk/; revision=69676
This commit is contained in:
@@ -941,6 +941,11 @@ public:
|
||||
::SysFreeString(m_str);
|
||||
m_str = NULL;
|
||||
}
|
||||
|
||||
operator BSTR () const
|
||||
{
|
||||
return m_str;
|
||||
}
|
||||
};
|
||||
|
||||
class CComVariant : public tagVARIANT
|
||||
|
||||
Reference in New Issue
Block a user