Next: , Up: Decq Library Functions   [Index]


7.22.3.1 x1f4_cfix_lxdecq

extern int x1f4_cfix_lxdecq
    (void *lxdecq, unsigned index, void *context);

The x1f4_cfix_lxdecq function sets the context attribute of the indexth type description registered with the lxdecq decq library object to context.

The context attribute corresponds the context field in the struct x1f4_nodetype_type.

See struct x1f4_nodetype_type.

The set struct x1f4_nodetype_type record corresponds the indexth record in the array of data type descriptions provided when building the lxdecq decq library object.

The function returns 0.

See Decq Library.

See File Library.

See Date And Time Library.