Hello all,

What WinAPI would I use to determine the status of a diskette in the A: drive? When you insert a diskette into the A: drive NT can return several results.

1) Format is not recognized, format it now.
2) Bad CRC
3) No diskette present.

Which API call, method or function do I call in order to retrieve these types of resultants? thanks

Mark