Does anyone know the API to get CPU Usage information for Window Mobile 6. I
tried to monitor
1. CPU Usage (%)
2. Monitior particular task (such as IE) CPU usage information
Thanks

Signature
Tiger Window Mobile Developer
The combination of CreateToolhelp32Snapshot,GetThreadTimes and
Thread32First/Thread32Next api's, you'll have to do some work there....
there is a taskmanager available, also in source code at:
http://urana.info/mobile/wince/itaskmgr/index.html
uuhm talking about c/c++ here...
Good luck,
Erwin Zwart,
Check out my blog: http://GuruCE.com/blog
GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.
Tiger Hooooo schreef:
> Does anyone know the API to get CPU Usage information for Window Mobile 6. I
> tried to monitor
[quoted text clipped - 3 lines]
>
> Thanks