Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GetCdDrivesCount method 
 
Remarks 
 
Retrieves the number of CD drives currently installed on the system.  
 
The friendly name of each CD drive can be obtained using the GetCdDriveDesc method. 
 
 
Syntax 
 
[Visual Basic] 
control.GetCdDrivesCount
) as Integer
 
[C++] 
short control.GetCdDrivesCount
);
 
 
Return value 
 
The number of output devices currently installed on the system. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents