COleControl::InitializeIIDs

void InitializeIIDs( const IID* piidPrimary, const IID* piidEvents );

Parameters

piidPrimary

Pointer to the interface ID of the control’s primary dispatch interface.

piidEvents

Pointer to the interface ID of the control’s event interface.

Remarks

Call this function in the control’s constructor to inform the base class of the interface IDs your control will be using.

COleControl OverviewClass MembersHierarchy Chart