Feedback

  • Contents
 

II3IDInitiators::Item Method

Synopsis

Returns an initiator from the Initiator collection specified by its index.

IDL Function Prototype

HRESULT Item(

   [in] long TypeIndex,

   [out, retval] II3IDInitiator ** theInitiator

);

C/C++ Syntax

HRESULT Item(long TypeIndex, II3IDInitiator ** theInitiator);

Parameters

TypeIndex

The index number of the item to retrieve from the collection.

theInitiator

The return value is an II3IDInitiator object.