Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check type of CD-R

Status
Not open for further replies.

mingis

Programmer
Jan 23, 2002
475
LT
Hi,
In my C++ program I want to check some properties of disk inserted in my CD-ROM (CD writer) drive - manufacturer name, disk type (CD, CD-R, CD-R/W) etc. What API should I start to search? Perhaps I need to access some additional features of CD-ROM device driver? How can I interact directly with Windows device driver then?
Thanks.
 
Hi
GetDriveType() function finds the drive type whether it is CD or not and _access() used find its writable or not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top