Next: , Up: File Library Types   [Index]


7.12.2.1 struct x1f4_cdfile_type

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.