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
 
Back
Top