Int 2F/AX=1229h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.3+ internal - READ FROM FILE

AX = 1229h
BX = file handle
CX = number of bytes to read
DS:DX -> buffer
SS = DOS DS (must be using a DOS internal stack)

Return:
As for INT 21/AH=3Fh"DOS"

Notes: Equivalent to INT 21/AH=3Fh, but may only be called when already inside a DOS function call. Used by NLSFUNC to access COUNTRY.SYS when invoked by the DOS kernel

See Also: AX=1226h - INT 21/AH=3Fh"DOS"

Category: DOS Kernel - Int 2Fh - D

------

Prev Next Ralf Interrups Categories Contents