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 LogDeviceRequest          ; Device-Driver functions 17h, 18h
 ldrLength      db ?            ; Length of structure, in bytes
 ldrUnit        db ?            ; INPUT:  unit number for drive to check
                                ; OUTPUT: active drive number
 ldrFunction    db ?            ; Function number (17h or 18h)
 ldrStatus      dw ?            ; Status
 ldrReserved    db 8 dup (?)    ; Reserved
ends                            ; = 13d bytes

See Also: Dev17h Dev18h

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