IQuickActivateImpl::QuickActivate

 

Performs quick initialization of controls being loaded.

Syntax

      STDMETHOD(QuickActivate)(
   QACONTAINER* pQACont,
   QACONTROL* pQACtrl 
);

Remarks

The structure contains pointers to interfaces needed by the control and the values of some ambient properties. Upon return, the control passes a pointer to a QACONTROL structure that contains pointers to its own interfaces that the container requires, and additional status information.

See IQuickActivate::QuickActivate in the Windows SDK.

Requirements

Header: atlctl.h

See Also

IQuickActivateImpl Class