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 - dos 3+ internal - get job file table entry http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - DOS 3+ internal - GET JOB FILE TABLE ENTRY
        AX = 1220h
        BX = file handle
Return: CF set on error
            AL = 6 (invalid file handle)
        CF clear if successful
            ES:DI -> JFT entry for file handle in current process
Note:   the byte pointed at by ES:DI contains the number of the SFT for the
          file handle, or FFh if the handle is not open
SeeAlso: AX=1216h,1229h

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