Feedback

  • Contents
 

II3IDHandler::InitiatorStep Property

get_InitiatorStep

Retrieves the initiator step for this handler. An initiator step identifies the event that initiates an instance of this handler.

IDL Function Prototype

HRESULT InitiatorStep(

   [out, retval] II3IDStep ** theInitiator

);

C/C++ Syntax

HRESULT get_InitiatorStep( II3IDStep ** theInitiator);

Parameters

theInitiator

The return value is the II3IDStep object that is the initiator step for this handler.