Feedback

  • Contents
 

II3IDInitiator::RegisterForStepEvents Method

Synopsis

Registers for step events from ID for this initiator.

IDL Function Prototype

HRESULT RegisterForStepEvents(

   [in] VARIANT EventNotifier

);

C/C++ Syntax

HRESULT RegisterForStepEvents(VARIANT EventNotifier);

Parameters

EventNotifier

EventNotifier can be a VT_UNKNOWN or VT_DISPATCH pointing to an existing COM object or a VT_BSTR ProgID of an object that implements the II3IDStepEvents interface.