IRunnableObjectImpl Class

This class implements IUnknown and provides a default implementation of the IRunnableObject interface.

template< class T > 
class IRunnableObjectImpl

Parameters

  • T
    Your class, derived from IRunnableObjectImpl.

Remarks

The IRunnableObject interface enables a container to determine if a control is running, force it to run, or lock it into the running state. Class IRunnableObjectImpl 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

Other Resources

IRunnableObjectImpl Members

ATL Class Overview