Share via


Windows Media Player 11 SDK IWMPLibrary Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPLibrary Interface (VB and C#)

Represents a library.

The IWMPLibrary interface exposes the following properties.

Property Description
mediaCollection Gets an IWMPMediaCollection interface for the current library.
name Gets the display name of the current library.
type Gets a value that indicates the library type.

The IWMPLibrary interface exposes the following method.

Method Description
isIdentical Returns a value that indicates whether the supplied object is the same as the current one.

Get an IWMPLibrary interface by using the following method.

Interface Property
IWMPLibraryServices getLibraryByType

See Also

Previous Next