Windows Media Player 11 SDK IWMPLibraryServices Interface (VB and C#)
Previous | Next |
IWMPLibraryServices Interface (VB and C#)
Provides methods to enumerate libraries.
The IWMPLibraryServices interface exposes the following methods.
Method | Description |
getCountByType | Returns the count of available libraries of a specified type. |
getLibraryByType | Returns an IWMPLibrary interface that represents the library that has the specified type and index. |
Get an IWMPLibraryServices interface by casting the object returned from the AxWindowsMediaPlayer.GetOcx method.
See Also
Previous | Next |