List of all members.
Classes |
struct | sFCB |
Public Member Functions |
| DOS_FCB (Bit16u seg, Bit16u off, bool allow_extended=true) |
void | Create (bool _extended) |
void | SetName (Bit8u _drive, const char *_fname, const char *_ext) |
void | SetSizeDateTime (Bit32u _size, Bit16u _date, Bit16u _time) |
void | GetSizeDateTime (Bit32u &_size, Bit16u &_date, Bit16u &_time) |
void | GetVolumeName (char *fillname) |
void | GetName (char *fillname) |
void | FileOpen (Bit8u _fhandle) |
void | FileClose (Bit8u &_fhandle) |
void | GetRecord (Bit16u &_cur_block, Bit8u &_cur_rec) |
void | SetRecord (Bit16u _cur_block, Bit8u _cur_rec) |
void | GetSeqData (Bit8u &_fhandle, Bit16u &_rec_size) |
void | SetSeqData (Bit8u _fhandle, Bit16u _rec_size) |
void | GetRandom (Bit32u &_random) |
void | SetRandom (Bit32u _random) |
Bit8u | GetDrive (void) |
bool | Extended (void) |
void | GetAttr (Bit8u &attr) |
void | SetAttr (Bit8u attr) |
void | SetResult (Bit32u size, Bit16u date, Bit16u time, Bit8u attr) |
bool | Valid (void) |
void | ClearBlockRecsize (void) |
Detailed Description
Definition at line 590 of file dos_inc.h.
The documentation for this class was generated from the following files: