Int 2F/AX=112Fh

Prev Next Ralf Interrups Categories Contents

------

IFSFUNC.EXE (DOS 4.x only) - IFS IOCTL

AX = 112Fh
SS = DOS DS.

STACK:
WORD function in low byte 00h ??? DS:SI -> Current Directory Structure??? CL = drive (1=A:) 01h ??? DS:SI -> ??? CL = file handle??? 02h ??? DS:SI -> Current Directory Structure??? DI = ??? CX = drive (1=A:). ???

Return:
CF set on error AX = DOS error code (see #01680 at INT 21/AH=59h/BX=0000h) CF clear if successful

Note: This function is called by the DOS 4.0 kernel

See Also: INT 21/AH=6Bh

Category: Network - Int 2Fh - I

------

Prev Next Ralf Interrups Categories Contents