template< class T >
class IOleObjectImpl
Parameters
T
Your class, derived from IOleObjectImpl.
The IOleObject interface is the principle interface through which a container communicates with a control. Class IOleObjectImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.
Related Articles ATL Tutorial, Creating an ATL Project
#include <atlctl.h>
See Also CComControl, ActiveX Controls Interfaces in the Win32 SDK