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

struc IOCTLRequest              ; Device-Driver functions 13h, 19h
 giLength       db ?            ; Length of structure, in bytes
 giUnit         db ?            ; Unit number (block device only)
 giFunction     db ?            ; Function number (13h or 19h)
 giStatus       dw ?            ; Status
 giReserved1    db 8 dup (?)    ; Reserved
 giCategory     db ?            ; INPUT: device category
 giMinorCode    db ?            ; INPUT: minor code
 giReserved2    dd ?            ; Reserved
 giIOCTLData    dd ?            ; INPUT: IOCTL data address
ends                            ; = 23d bytes

See Also: Dev13h Dev19h

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