Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Get/set handle name

        Entry:
          AH = 53h
          AL = subfunction
                00h get handle name
                    ES:DI = pointer to 8-byte handle name array
                01h set handle name
                    DS:SI = pointer to 8-byte handle name
          DX = handle
        Return:
          AH = status
            00h successful
            80h internal error
            81h hardware malfunction
            83h invalid handle
            84h undefined function requested
            8Fh undefined subfunction
            A1h duplicate handle name

See Also: Errors

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