Windows Media Player 11 SDK IWMPLibrary Interface 

Windows Media Player SDK banner art

Previous Next

IWMPLibrary Interface

The IWMPLibrary interface represents a library.

In addition to the methods inherited from IUnknown, the IWMPLibrary interface exposes the following methods.

Method Description
get_mediaCollection Retrieves a pointer to the IWMPMediacollection interface for the current library.
get_name Retrieves the display name of the current library.
get_type Retrieves a value that indicates the library type.
isIdentical Retrieves a value that indicates whether the supplied object is the same as the current one.

See Also

Previous Next