Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 2f - multiplex - network redirector - lock region of file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - NETWORK REDIRECTOR - LOCK REGION OF FILE
        AX = 110Ah
        BX = file handle
        CX:DX = starting offset
        SI = high word of size
        STACK: WORD low word of size
        ES:DI -> SFT
            SFT DPB field -> DPB of drive containing file
        SS = DOS CS
Return: CF set on error
           AL = DOS error code (see INT 21/AH=59h)
        STACK unchanged
Note:   called by DOS 3.1+ kernel
SeeAlso: AX=110Bh, INT 21/AH=5Ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson