Click or drag to resize
Xcalibur Systems LLC Logo

ProcessThreadTimes Fields

The ProcessThreadTimes type exposes the following members.

Fields
 NameDescription
Public fieldCreate A pointer to a FILETIME structure that receives the creation time of the process.
Public fieldExit 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.
Public fieldKernel 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.
Public fieldUser The user
Top
See Also