Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 67h, 54h get handle directory . 4.0</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  54h  GET HANDLE DIRECTORY                                  . 4.0

On entry:
        AH = 54h
        AL = subfunction
            00h get handle directory
               ES:DI = pointer to buffer for handle directory
            01h search for named handle
               DS:SI = pointer to 8-byte name
            02h get total number of handles

Return:
        AL = number of entries in handle directory (subfunction 00h)
        DX = value of named handle (subfunction 01h)
        BX = total number of handles (subfunction 02h)
        AH = status
            00h successful
            80h internal error
            81h hardware malfunction
            84h undefined function requested
            8Fh undefined subfunction
            A0h no such handle name
            A1h a handle found had no name

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