Next: struct x1f4_lxfile_type, Up: File Library Types [Index]
typedef struct x1f4_cdfile_type { void *data, *text; } x1f4_cdfile_type;
The x1f4_cdfile_type
record is the aggregate context available to the
file operation methods of selected file types.
See File Interfacing.
data
the first context
text
the second context
None of the x1f4_cdfile_type
fields are intepreted outside the file
operation methods.