Поделиться через


COleControl::InitializeIIDs

Informs the base class of the IIDs the control will use.

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

Параметры

  • 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.

Заметки

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

Требования

Header: afxctl.h

См. также

Основные понятия

COleControl Class

COleControl Members

Hierarchy Chart