typedef struct x1f4_lxdata_type { struct { int (*line) (void *), (*post) (void *), (*push) (void *, const char *, unsigned); void *data; } textflat_set; struct { int type; } datatype_set; struct { int (*free) (void *, void *), (*link) (void *, void **, unsigned), (*mode) (void *, void **, unsigned); void *data; } resource_set; struct { int (*free) (void *, void *), (*link) (void *, void **, unsigned), (*mode) (void *, void **, unsigned); void *data; } codelink_set; } x1f4_lxdata_type;
The x1f4_lxdata_type
record lists the application concerns related to
the byte data library generation.
The fields that are always interpreted by the byte data library constructor function are:
datatype_set
X1f4_E4_LAST
) as:
See Symbolic Types.
type
The fields that are interpreted only if so requested are:
See Byte Data Library Generation Flags.
codelink_set
free
link
mode
data
resource_set
free
link
mode
data
textflat_set
line
push
post
data