mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:33:38 +00:00
[ATL]
- Add CComBSTR::operator BSTR. Mark by Mark Jansen. CORE-10394 #resolve svn path=/trunk/; revision=69676
This commit is contained in:
parent
4a8d75d6ba
commit
2af7ac46cc
1 changed files with 5 additions and 0 deletions
|
@ -941,6 +941,11 @@ public:
|
|||
::SysFreeString(m_str);
|
||||
m_str = NULL;
|
||||
}
|
||||
|
||||
operator BSTR () const
|
||||
{
|
||||
return m_str;
|
||||
}
|
||||
};
|
||||
|
||||
class CComVariant : public tagVARIANT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue