Windows Media Player 11 SDK IWMPLibraryServices Interface
Previous | Next |
IWMPLibraryServices Interface
The IWMPLibraryServices interface provides methods to enumerate libraries.
In addition to the methods inherited from IUnknown, the IWMPLibraryServices interface exposes the following methods.
Method | Description |
getCountByType | Retrieves the count of available libraries of a specified type. |
getLibraryByType | Retrieves a pointer to an IWMPLibrary interface that represents the library that has the specified type and index. |
Retrieve a pointer to IWMPLibraryServices by calling QueryInterface through IWMPPlayer from a local or remoted Windows Media Player ActiveX control.
See Also
Previous | Next |