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.
Parameters:
  • NzaeAggInitialization arg

    The initialization argument.

    Returns NzaeAggRcCode - the aggregate return code.
NzaeRcCode nzaeInitialize(NzaeInitialization *arg)
Initialization must be called near the beginning of the process.
Parameters:
  • NzaeInitialization arg

    The initialization argument.

    Returns NzaeRcCode - the function return code.

NzaeShpRcCode nzaeShpInitialize(NzaeShpInitialization *arg)
Initialization to be called near the beginning of the process.
Parameters:
  • NzaeShpInitialization arg

    The initialization argument.

    Returns NzaeShpRcCode - the Shaper return code.