- Contents
DesignerCOM API
II3IDEvents2::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
-
The II3ID interface pointer to the running instance of Interaction Designer.