Hi all,

Is there an API where you can find out how long a program/process has been running? I know you can use GetTickCount for how long Windows has been active, and was wondering if there was a similar API call for all programs/processes?

Thanks