Next: , Previous: , Up: Decq Library Functions   [Index]


7.22.3.5 x1f4_init_lxdecq

extern int x1f4_init_lxdecq
    (void **lxdecq, unsigned flags, const struct x1f4_lxdecq_type *attributes);

The x1f4_init_lxdecq function constructs a decq library as requested by the flags generation flags and the attributes library attributes and stores the address of the construct at the lxdecq address.

See Decq Library Generation Flags.

See struct x1f4_lxdecq_type.

Only the type id to use for the introduced ‘decq’ type and the descriptions of the types allowed for sequence item data fields in the attributes struct x1f4_lxdecq_type record are observed without explicit indication, the rest of the struct x1f4_lxdecq_type fields are observed only if explicitly requested (via flags).

The function returns 0 for success, one of the defined error codes for failure.

See Decq Library Errors.

See Decq Library Specifics.

See Decq Library Usage Mechanics.