ComObjectImpl

Mixin to a low-level COM implementation class

mixin template ComObjectImpl () {
protected
IUnknown m_pUnkOuter;
protected
PFNDESTROYED m_pfnDestroy;
protected
LONG count;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Meta