Windows Media Player User Interface Plug-ins
Microsoft Windows Media Player provides an architecture that enables the user to install and activate plug-in programs that add user interface (UI) functionality to the full mode of the player. A typical UI plug-in might allow a user to buy the CD that contains the currently playing track or to access additional information about the artist. This section of the Windows Media Player Software Development Kit (SDK) provides you with the programming information you need to create your own UI plug-in.
The UI plug-in documentation is divided into three sections:
| Section | Description |
|---|---|
| About User Interface Plug-ins | Provides an overview of the architecture used for UI plug-ins. Read this section to learn the general concepts involved with this technology. |
| User Interface Plug-ins Programming Guide | Explains what you need to do to create a UI plug-in. This section contains example code and step-by-step procedures. |
| User Interface Plug-ins Programming Reference | Provides a detailed reference for the COM interface and methods supported by the Windows Media Player SDK for UI plug-ins. |
Related topics