How to use IWMPPluginUI::TranslateAccelerator?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I'm working on a background UI plugin for WMP9, and I'm wanting to add custom hotkeys. Looking through the documentation, it appears that the IWMPPluginUI::TranslateAccelerator(LPMSG lpmsg) function would work the best for that; but, unfortunately, I have no idea how to notify WMP9 of my accelerator table. How should one go about doing that?