The IQuickActivate interface allows controls and containers to avoid performance bottlenecks on loading controls. It combines the load-time or initialization-time handshaking between the control and its container into a single call.
Implement this interface on controls to achieve performance improvements during activation of the control.
If this interface is supported then all methods of this interface must be implemented.
Containers call this interface on controls to achieve performance improvements in activating the control.
Methods in Vtable Order
IUnknown Methods |
Description |
Returns pointers to supported interfaces. | |
Increments reference count. | |
Decrements reference count. |
IQuickActivate Methods |
Description |
Quick activates a control. | |
Sets the content extent of a control. | |
Gets the content extent of a control. |