Int 21/AX=5D01h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.1+ internal - COMMIT ALL FILES FOR SPECIFIED COMPUTER/PROCESS

AX = 5D01h
DS:DX -> DOS parameter list (see #01686), only computer ID and
process ID fields used

Return:
CF set on error AX = error code (see #01680) CF clear if successful

Notes: Flushes buffers and updates directory entries for each file which has been written to; if remote file, calls INT 2F/AX=1107h. The computer ID and process ID are stored but ignored under DOS 3.3. Not supported by DR DOS 3.41 and 5.0; returns error code 01h. Fully supported by Novell DOS 7

See Also: AH=0Dh - AH=68h - INT 2F/AX=1107h

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents