Поделиться через


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

Параметры

  • T
    Your class, derived from IOleObjectImpl.

Заметки

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

Требования

Header: atlctl.h

См. также

Основные понятия

IOleObjectImpl Members

CComControl Class

ActiveX Controls Interfaces

ATL Class Overview