[Windows Mobile][C/C++] how getting Application Launch/exit time?

I wish to retrieve application-launch/exit time informations on windows CE platform development. Does someone know the equivalent of the function GetProcessTimes available on NT platforms but not on Windows CE

http://msdn.microsoft.com/library/default.asp url=/library/en-us/dllproc/base/getprocesstimes.asp

Is there another way to get back process creation time than encapsulating a CreateProcess method by both GetSystemTime functions and getting the elapsed time by the difference That's all I figure out for the time being. I know there is a more efficient and precis way to get that but I don't know how

If any idea, please let me know...

Thanks a lot.


Answer this question

[Windows Mobile][C/C++] how getting Application Launch/exit time?