Windows Media Player 11 SDK IWMPCdrom Interface 

Windows Media Player SDK banner art

Previous Next

IWMPCdrom Interface

The IWMPCdrom interface provides a way to access a CD or DVD in its drive.

In addition to the methods inherited from IDispatch, the IWMPCdrom interface exposes the following methods.

Method Description
eject Ejects the CD or DVD from the drive.
get_driveSpecifier Retrieves the CD or DVD drive letter.
get_playlist Retrieves a pointer to an IWMPPlaylist interface representing the tracks on a CD or the root-level title entries for a DVD.

Retrieve a pointer to an IWMPCdrom interface with the following method.

Interface Method
IWMPCdromCollection item.

See Also

Previous Next