Querying Windows Media player state in dotnet

  • Thread starter Thread starter Kwai
  • Start date Start date
K

Kwai

Hi, Are there any apis available in dotnet cf to get the current
track Windows Media player is playing and other info.

Thanks
 
The Microsoft.WindowsMobile.Status.SystemState class has a number of
properties for retriving current Media Player activity (Windows Mobile 5.0
and above).

Peter
 
Thanks Peter, we are also evaluating C++ way too, can you say which Win32
apis this Status.SystemState class uses under the hood.

Thanks
 
The State and Notifications Broker is all based around values stored in the
registry in volatile keys. Take a look at snapi.h for the native
definitions.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top