Beta match MXIOINFO (#853)

This commit is contained in:
MS
2024-04-26 04:57:10 -04:00
committed by GitHub
parent 612eec6889
commit a9d67e4dd7
2 changed files with 212 additions and 76 deletions

View File

@@ -18,11 +18,13 @@ public:
MxU16 Open(const char*, MxULong);
MxU16 Close(MxLong);
MxLong Read(void*, MxLong);
MxLong Write(void*, MxLong);
MxLong Seek(MxLong, MxLong);
MxU16 SetBuffer(char*, MxLong, MxLong);
MxU16 Flush(MxU16);
MxU16 Advance(MxU16);
MxU16 Descend(MMCKINFO*, const MMCKINFO*, MxU16);
MxU16 Ascend(MMCKINFO*, MxU16);
// NOTE: In MXIOINFO, the `hmmio` member of MMIOINFO is used like
// an HFILE (int) instead of an HMMIO (WORD).