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. - <b>function 4408h does device use removeable media dos 3.0+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 4408h          Does Device Use Removeable Media             DOS 3.0+

    Determines whether the specified device contains a removable
    storage medium, such as a floppy disk.

        Entry   AX = 4408h
                BL = Drive number (0 = default, 1 = A, etc.)

        Return  AX = 00h | 01h   Device is removable | fixed
                or
                AX = Error code, if CF is set
                     | 01h Invalid function
                     | 0Fh Invalid drive

    ------------------------------------------------------------------

    This function returns an error value of 01h (invalid function) for
    a network drive or for a device that does not support the function
    request. In these cases, the calling program should assume that
    the storage medium is not removable.

See Also: 4409h Dev0Fh

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