BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to detect number of CD/DVD drives

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Multimedia
View previous topic :: View next topic  
Author Message
Greg Perrott
Guest





PostPosted: Tue May 11, 2004 9:46 am    Post subject: How to detect number of CD/DVD drives Reply with quote



Does anybody know how to detect the number of cd/dvd drives in a
acomputer and if the drive contains an audio cd?
Back to top
Avatar Zondertau
Guest





PostPosted: Wed May 12, 2004 6:09 am    Post subject: Re: How to detect number of CD/DVD drives Reply with quote



Quote:
Does anybody know how to detect the number of cd/dvd drives in a
acomputer and if the drive contains an audio cd?

You can use the GetLogicalDrives API function to find out which drives
exist and then GetDriveType for each of them to find out which ones are
CD drives.

You may be able to find out if a drive contains an audio CD using the
multimedia api. You could use the source TMediaPlayer.Open as a basis
for writing code that opens the CD drive for audio playing and checks
if this causes an error.

Back to top
Safari
Guest





PostPosted: Sat May 15, 2004 10:41 pm    Post subject: Re: How to detect number of CD/DVD drives Reply with quote



Var Drive: PChar; Int: Char;
Begin
for Int := 'C' to 'Z' do
Begin
Drive := PChar(Int + ':');
if GetDriveType(Drive) = DRIVE_CDROM then
ComboBox1.Items.Add(Drive);
End;
End;

Safari

"Greg Perrott" <greg.perrott (AT) audiophiler (DOT) com> wrote

Quote:
Does anybody know how to detect the number of cd/dvd drives in a
acomputer and if the drive contains an audio cd?



Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.