This class creates a temporary COM object and provides it with a skeletal implementation of IUnknown.
At a Glance
Header file: | Atlcom.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
template< class Base >
class CComObjectStack : public Base
See Also