1. Is Drive Ready?
- Posted by CK Lester <cklester at yahoo.com> Apr 11, 2001
- 425 views
Howdy, again... I need a Win32 function to check if a drive (such as "A:") is ready... IOW, there's a disk in drive A: and it is NOT write-protected. Anybody? Thanks!! ck
2. Re: Is Drive Ready?
- Posted by Kat <gertie at PELL.NET> Apr 11, 2001
- 444 views
On 11 Apr 2001, at 11:17, CK Lester wrote: > Howdy, again... > > I need a Win32 function to check if a drive (such as "A:") is ready... IOW, > there's a disk in drive A: and it is NOT write-protected. Anybody? BIOS interrupt 0Eh springs to mind. Or checking the device parameter blocks. I don't have any Eu code for doing that, but i think someone put some in the acrchives. Kat