Windows Media Player 11 SDK IWMPCdromBurn.isAvailable (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPCdromBurn.isAvailable (VB and C#)

The isAvailable method provides information about the CD drive and media.

  

Parameters

bstrItem

A System.String that contains one of the following values.

Value Description
Burn The drive is a CD burner.
Disc There is a CD in the drive.
Erase The CD can be erased.
Write The CD can be written to.

Return Value

A System.Boolean that indicates the result.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next