Windows C++ Library
|
The ComStr class declaration. More...
#include <Core/BadLogicException.hpp>
Classes | |
class | WCL::ComStr |
An RAII class for managing COM strings, aka a BSTR. More... | |
Namespaces | |
namespace | WCL |
The Windows C++ Library namespace. | |
Functions | |
BSTR * | WCL::AttachTo (ComStr &bstr) |
Helper function to gain access to the internal member so that it can be passed as an output parameter, without overloading the & operator. |
The ComStr class declaration.