AIDA_tstReplacementTableEntry

The AIDA_tstReplacementTableEntry structure contains information about parameter values to be replaced by values given in the environment when restoring a stack (see AIDA_pastSetReplacementTable for details).

typedef struct {
  xchar *xsEnvVarName;
  byte    bStackLevel;
  byte   abReserved[3];
  xchar *xsParamName;
} AIDA_tstReplacementTableEntry;

Members

xsEnvVarName
The name of the environment variable containing the replacement value.
bStackLevel
The stack level of the parameter of which the value has to be replaced.
abReserved
Reserved for future use.
xsParamName
The name of the parameter of which the value has to be replaced.

See Also

AIDA Overview, AIDA Structures And Datatypes, AIDA_tenParamType, AIDA_tenParamAttrib, AIDA_tenValListEntryType, AIDA_tstParam, AIDA_tunParamVal, AIDA_tstValListEntry