AIDA_tenParamType

The values of the AIDA_tenParamType enum are used in the AIDA_tstParam structure to define the type of a parameter.

typedef enum {
  AIDA_nenString = 0,
  AIDA_nenDWord,
  AIDA_nenLong,
  AIDA_nenReal
} AIDA_tenParamType;

Values

AIDA_nenString
The AIDA_tstParam structure where this value is used represents a context dependent string consisting of xchar.
AIDA_nenDWord
The structure represents a dword value.
AIDA_nenLong
The structure represents an int32 value.
AIDA_nenReal
The structure represents a double (8 byte) value.

See Also

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