Process | |
The ProcessThreadTimes type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | A pointer to a FILETIME structure that receives the creation time of the process. | |
| Exit | A pointer to a FILETIME structure that receives the exit time of the process. If the process has not exited, the content of this structure is undefined. | |
| Kernel | A pointer to a FILETIME structure that receives the amount of time that the process has executed in kernel mode. The time that each of the threads of the process has executed in kernel mode is determined, and then all of those times are summed together to obtain this value. | |
| User | The user |