IOleObjectImpl Class

This class implements IUnknown and is the principal interface through which a container communicates with a control.

template< 
   class T  
> 
class ATL_NO_VTABLE IOleObjectImpl : 
   public IOleObject

Parameters

  • T
    Your class, derived from IOleObjectImpl.

Remarks

The IOleObject interface is the principal 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

Requirements

Header: atlctl.h

See Also

Reference

CComControl Class

ActiveX Controls Interfaces

Other Resources

IOleObjectImpl Members

ATL Class Overview