Feedback

  • Contents
 

II3IDTool::RegisterForStepEvents Method

Synopsis

Registers an object to receive step events from Interaction Designer for this tool.

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.