Interrups | Categories | Contents |
AX = FFFBh BX = source file handle ES:EDI -> memory buffer into which to expand file
Return:
CF clear if successful ECX = expanded data length CF set on error EAX = error code (01h file error, 02h bad data, 03h not CWC file)
Note: The provided file may consist of the concatenation of several CWC files; the one beginning at the current file position will be expanded
See Also: AX=FF2Bh
Category: DOS Extenders - Int 31h - C
Interrups | Categories | Contents |