Windows Media Player 11 SDK IWMPCdromCollection Interface 

Windows Media Player SDK banner art

Previous Next

IWMPCdromCollection Interface

The IWMPCdromCollection interface provides a way to organize and access a collection of CD or DVD drives.

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

Method Description
get_count Retrieves the number of available CD and DVD drives on the system.
getByDriveSpecifier Retrieves a pointer to an IWMPCdrom interface associated with a particular drive letter.
item Retrieves a pointer to an IWMPCdrom interface at the given index.

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

Interface Method
IWMPCore get_cdromCollection.

See Also

Previous Next