Next: , Up: File Library Functions   [Index]


7.12.3.1 x1f4_copy_lxfile

extern int x1f4_copy_lxfile
    (void *lxfile, void **copy, const void *file,
     const struct x1f4_nodelink_type *link);

The function is a struct x1f4_nodetype_type data type description copy method for the ‘file’ data type.

See struct x1f4_nodetype_type.

The function does not create new objects, it just add new references to them, just like x1f4_node_lxfile does. In doing so, it does act as if file is not constant.

See x1f4_node_lxfile.

See File Library Specifics.