This topic has not yet been rated - Rate this topic

IQuickActivateImpl Class

This class combines containers' control initialization into a single call.

template<  
   class T  
> 
class ATL_NO_VTABLE IQuickActivateImpl : 
   public IQuickActivate
T

Your class, derived from IQuickActivateImpl.

The IQuickActivate interface helps containers avoid delays when loading controls by combining initialization in a single call. The QuickActivate method allows the container to pass a pointer to a QACONTAINER structure that holds pointers to all the interfaces the control needs. On return, the control passes back a pointer to a QACONTROL structure that holds pointers to its own interfaces, which are used by the container. Class IQuickActivateImpl provides a default implementation of IQuickActivate and implements IUnknown by sending information to the dump device in debug builds.

Related Articles   ATL Tutorial, Creating an ATL Project

Header: atlctl.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.