AIDA_tunParamVal

The AIDA_tunParamVal union contains the value of an AIDA component's parameter.

typedef union {
  xchar  *xsValue;
  dword   dwValue;
  int32  i32Value;
  double   dValue;
} AIDA_tunParamVal;

Members

xsValue
This member is valid if the parameter is of the type AIDA_nenString.
dwValue
This member is valid if the parameter is of the type AIDA_nenDWord.
i32Value
This member is valid if the parameter is of the type AIDA_nenLong.
dValue
This member is valid if the parameter is of the type AIDA_nenReal.

See Also

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