IOleInPlaceActiveObjectImpl

template< class T >
class IOleInPlaceActiveObjectImpl

Parameters

T

Your class, derived from IOleInPlaceActiveObjectImpl.

The IOleInPlaceActiveObject interface assists communication between an in-place control and its container; for example, communicating the active state of the control and container, and informing the control it needs to resize itself. Class IOleInPlaceActiveObjectImpl provides a default implementation of IOleInPlaceActiveObject and supports IUnknown by sending information to the dump device in debug builds.

Related Articles   ATL Tutorial, Creating an ATL Project

#include <atlctl.h>

Class Members

See Also   CComControl, ActiveX Controls Interfaces in the Win32 SDK