Next: , Previous: x1f4_list_lxfile, Up: File Library Functions


6.9.3.6 x1f4_type_lxfile

extern int x1f4_type_lxfile(struct x1f4_nodetype_type *nodetype, int type);

The x1f4_type_lxfile function sets the nodetype record for the file library `file' data type. type is used for the code field of the struct x1f4_nodetype_type record and it should be the integer id used for the same `file' data type id, same as the one used for the filetype_set.type field of the struct x1f4_lxfile_type record used for construction the file library via the x1f4_init_lxfile function.

See x1f4_init_lxfile.

See struct x1f4_lxfile_type.

See struct x1f4_nodetype_type.

The function returns 0.