Feedback

  • Contents
 

II3IDInitiatorEvents::Add Method

Synopsis

Adds an Event to the initiator events collection.

IDL Function Prototype

HRESULT Add(

   [in] BSTR Name,

   [in] BSTR Label,

   [in, optional, defaultvalue(-1)] long Index,

   [out, retval] II3IDInitiatorEvent ** InitiatorEvent

);

C/C++ Syntax

HRESULT Add(BSTR Name, BSTR Label, long Index, II3IDInitiatorEvent ** InitiatorEvent);

Parameters

Name

The object type name.

Label

The label associated with this initiator.

Index

Optional index number used to insert the event into the collection.

InitiatorEvent

An II3IDInitiatorEvent event notification object is returned.