Feedback

  • Contents
 

II3IDTool2::RegisterForDebugStepEvents Method

Synopsis

Registers an object to receive debug step events from Interaction Designer for this tool.  These step events are fired during debug sessions in Interaction Designer.

IDL Function Prototype

HRESULT RegisterForDebugStepEvents(

   [in] VARIANT DebugEventNotifier

);

C/C++ Syntax

HRESULT RegisterForDebugStepEvents(VARIANT DebugEventNotifier);

Parameters

DebugEventNotifier

The object to register to receive debug step events.