- Contents
DesignerCOM API
II3IDEvents::Startup Method
Synopsis
Called when Interaction Designer is starting up before any handlers are loaded but after InitializeTools/InitializeTypes/InitializeEnvironment methods have been called.
IDL Function Prototype
HRESULT Startup(
[in] II3ID * Designer
);
C/C++ Syntax
HRESULT Startup( II3ID * Designer);
Parameters
- Designer
-
Interface pointer to the instance of Interaction Designer that is starting up.