Int 2F/AX=1007h

Prev Next Ralf Interrups Categories Contents

------

Novell DOS 7+ FDOS EXTENSIONS - UPDATE FAT ENTRY / WRITE FAT???

AX = 1007h
BX = FAT entry to change
DX = new value

Return:
Nothing

Notes: This private function is called internally by the OS kernel to ask the FDOS to update the FAT. By using the INT 2F/AX=1001h FDOS hook, the call can be intercepted by external system components such as the DELWATCH TSR.. This function must under no circumstances be called by applications!

See Also: INT 2F/AX=1001h - AX=1005h - AX=1006h - AX=1008

Category: DOS Kernel - Int 2Fh - N

------

Prev Next Ralf Interrups Categories Contents