Next: x1f4_copy_lxlist, Up: List Library Functions [Index]
extern int x1f4_cfix_lxlist (void *lxlist, unsigned index, void *context);
The x1f4_cfix_lxlist
function sets the context attribute of the
index
th type description registered with the lxlist
list
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 index
th
record in the array of data type descriptions provided when building the
lxlist
list library object.
The function returns 0
.
See List Library.
See File Library.