QACONTROL
The QACONTROL
structure is used in IQuickActivate::QuickActivate
typedef struct tagQACONTROL
{
ULONG cbSize;
DWORD dwMiscStatus;
DWORD
dwViewStatus;
DWORD dwEventCookie;
DWORD dwPropNotifyCookie;
DWORD dwPointerActivationPolicy;
}QACONTROL;
Members
cbsize
Size of the
structure in bytes.
dwMiscStatus
Specifies the
control s miscellaneous status bits that can also be returned by IOleObject::GetMiscStatus
dwViewStatus
Specifies the
control s view status that can also be returned by IViewObjectEx::GetViewStatus
dwEventCookie
Unique
identifier for control-defined events.
dwPropNotifyCookie
Unique
identifier for control-defined properties.
dwPointerActivationPolicy
Specifies the
control s activation policy that can also be returned by IPointerInactive::GetActivationPolicy
See Also