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 OpenCloseRequest          ; Device-Driver functions 0Dh, 0Eh
 ocrLength      db ?            ; Length of structure, in bytes
 ocrUnit        db ?            ; Unit number (block device only)
 ocrFunction    db ?            ; Function number (0Dh or 0Eh)
 ocrStatus      dw ?            ; Status
 ocrReserved    db 8 dup (?)    ; Reserved
ends                            ; = 13d bytes

See Also: Dev0Dh Dev0Eh

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