Author: JamesFieldingJamesFielding Date: Jan 2, 2007 08:37
A quick warning...
The C++ code to get a list of running processes will use the
CloseToolhelp32Snapshot() function.
This function suffers from memory leaks (just on WM5 devices..?)
I'm not sure if the API you find will have some code to get
around this. Suffice to say, if you find & start using an API,
and it works fine for the first 40-50 times, then crashes
badly on the device, this'll be why.
Good luck !
James
"Gandalf" wrote:
|