IQuickActivateImpl::QuickActivate

This method passes a pointer to a container to a QCONTAINER structure. 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 QCONTROL structure that contains pointers to its own interfaces that the container requires, and additional status information.

Syntax

HRESULT QuickActivate( QACONTAINER *pQACont, QACONTROL *QACtrl );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IQuickActivateImpl Overview, IQuickActivateImpl Methods, IQuickActivate::QuickActivate