how to capture Windows Media Player Events in WDM driver?

Hello,

How to capture Windows Media Player Events (PAUSE, RUN, NEXT TRACK. etc.) in
a WDM driver?

I did some search but found nothing valuable.

Please give me some clue. Thanks!


Danny

Dang XiaoHui wrote:

Hello,

How to capture Windows Media Player Events (PAUSE, RUN, NEXT TRACK.
etc.) in a WDM driver?

I did some search but found nothing valuable.

What kind of driver? A driver for a device being controlled (like a
streaming capture driver or a CD driver) will, of course, be told about
these events. For other drivers, it’s really none of their business.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

A HID miniport driver used to control and monitor media player. My device
will send AV/C command to control the media player. The device also want to
know the status(PLAY or STOP) and events of the media player.

2011/2/23 Tim Roberts

> Dang XiaoHui wrote:
> > Hello,
> >
> > How to capture Windows Media Player Events (PAUSE, RUN, NEXT TRACK.
> > etc.) in a WDM driver?
> >
> > I did some search but found nothing valuable.
> >
>
> What kind of driver? A driver for a device being controlled (like a
> streaming capture driver or a CD driver) will, of course, be told about
> these events. For other drivers, it’s really none of their business.
>
> –
> Tim Roberts, xxxxx@probo.com
> Providenza & Boekelheide, Inc.
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


Danny

And are you sure WinAmp or iTunes use the same logic as WMP?


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

“Dang XiaoHui” wrote in message news:xxxxx@ntdev…
Hello,

How to capture Windows Media Player Events (PAUSE, RUN, NEXT TRACK. etc.) in a WDM driver?

I did some search but found nothing valuable.

Please give me some clue. Thanks!


Danny