Feedback

  • Contents
 

II3IDInitiator2::RegisterForXMLStepEvents Method

Synopsis

Registers an object to receive XML step events from Interaction Designer for this initiator.  These step events are fired when configuring steps from XML.

IDL Function Prototype

HRESULT RegisterForXMLStepEvents(

   [in] VARIANT XMLEventNotifier

);

C/C++ Syntax

HRESULT RegisterForXMLStepEvents(VARIANT XMLEventNotifier);

Parameters

XMLEventNotifier

The object that you wish to register for XML step events.