Next: Fixed Length String Key Pointer Value Array Definitions, Previous: Fixed Length String Key Pointer Value Array Excerpt, Up: Fixed Length String Key Pointer Value Array Interface [Index]
typedef struct x1f4_??deck_type { unsigned size; void *trans; } x1f4_??deck_type;
The struct x1f4_??deck_type
record has a trans
pointer
feature, indicating a memory allocation construct in the struct
x1f4_trans_type
definition. The size
specifies the length of the
string keys, expressed in bytes.
The struct x1f4_??deck_type
is used by the
associative array constructor routines for construction specifications.
See Fixed Length String Key Pointer Value Array Definitions.