Feedback

  • Contents
 

II3ID::CurrentHandler Method

Synopsis

Returns a handler object to the currently active handler in Interaction Designer. Returns S_FALSE, rather than an exception if no handler is open.

IDL Function Prototype

HRESULT CurrentHandler(

   [out, retval] II3IDHandler ** theHandler

);

C/C++ Syntax

HRESULT CurrentHandler( II3IDHandler ** theHandler);

Parameters

theHandler

The return value is an interface pointer to the handler that is currently active in Interaction Designer. If no handlers are currently loaded, a null interface pointer is returned.