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 15 - topview - send message - dir - get panel file directory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - TopView - SEND MESSAGE - "DIR" - GET PANEL FILE DIRECTORY
        AH = 12h
        BX = 0300h
        STACK: DWORD handle of panel object
Return: STACK: DWORD length of directory (always multiple of 14 bytes)
               DWORD address of directory
Note:   a null string is returned if the object is not open

Format of panel file:
Offset  Size    Description
 00h  2 BYTEs   C0h C3h
 02h    BYTE    number of panels in file
 03h    for each panel in file:
            8 BYTEs  blank-padded panel name
              DWORD  panel offset in file
              WORD   panel length
        data for panels (each consists of one or more window/query/manager
        streams)
            first byte of each panel must be 1Bh, fifth byte must be E5h

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