en:docs:dos:api:int21:68

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=68H

Version

3.3 and higher

Brief

FFLUSH - COMMIT FILE

Family API

Input

AH = 68h
BX = file handle

Return

CF clear if successful
all data still in DOS disk buffers is written to disk immediately,
and the file's directory entry is updated
CF set on error
AX = error code (see #01680 at AH=59h/BX=0000h)

Notes

See also

 AX=5D01h - AH=6Ah - INT 2F/AX=1107h

Note

2018/09/04 17:23 · prokushev · 0 Comments