Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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