Feedback

  • Contents
 

II3IDHandlers::Item Method

Synopsis

Retrieves a handler by its index within the handler collection.

IDL Function Prototype

HRESULT Item(

   [in] long HandlerIndex,

   [out, retval] II3IDHandler ** theHandler

);

C/C++ Syntax

HRESULT Item(long HandlerIndex, II3IDHandler ** theHandler);

Parameters

HandlerIndex

The 0-based index number of the handler you wish to retrieve.

theHandler

The return value is an II3IDHandler handler object.