Copyright © 2006-2019 MultiMedia Soft

GetCdDrivesCount method

Previous pageReturn to chapter overviewNext page

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]

Public Function GetCdDrivesCount (

) as Int16


 

[C#]

public Int16 GetCdDrivesCount (

);


 

[C++]

public: Int16 GetCdDrivesCount (

);


 

 

Return value

 

The number of output devices currently installed on the system.