Initialize from an AE environment
Used to get a data connection from an AE Environment.
Data structures
- struct NzaeAggInitialization
-
An argument to function nzaeAggIntialize. Output parameters are handle and errorMessage.
- struct NzaeInitialization
-
Argument to function nzaeIntialize. Output parameters are handle and errorMessage.
- struct NzaeShpInitialization
-
Argument to function nzaeShpIntialize. Output parameters are handle and errorMessage.
Functions
- NzaeAggRcCode nzaeAggInitialize(NzaeAggInitialization *arg)
- Initialization to be called near the beginning of the process.
- NzaeRcCode nzaeInitialize(NzaeInitialization *arg)
- Initialization must be called near the beginning of the process.
- NzaeShpRcCode nzaeShpInitialize(NzaeShpInitialization *arg)
- Initialization to be called near the beginning of the process.
Detailed description
Used to get a data connection from an AE Environment.
Function documentation
- NzaeAggRcCode nzaeAggInitialize(NzaeAggInitialization *arg)
- Initialization to be called near the beginning of the process.
- NzaeRcCode nzaeInitialize(NzaeInitialization *arg)
- Initialization must be called near the beginning of the process.
- NzaeShpRcCode nzaeShpInitialize(NzaeShpInitialization *arg)
- Initialization to be called near the beginning of the process.