Add MXIOINFO::CreateChunk (#1306)

This commit is contained in:
MS
2025-01-01 13:23:16 -05:00
committed by GitHub
parent 70e72de20f
commit a7f008568a
2 changed files with 49 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ public:
MxU16 Advance(MxU16);
MxU16 Descend(MMCKINFO*, const MMCKINFO*, MxU16);
MxU16 Ascend(MMCKINFO*, MxU16);
MxU16 CreateChunk(MMCKINFO* p_chunkInfo, MxU16 p_create);
// NOTE: In MXIOINFO, the `hmmio` member of MMIOINFO is used like
// an HFILE (int) instead of an HMMIO (WORD).