Timing a Thread (Windows CE 5.0)
The GetThreadTimes function obtains timing information for a thread. GetThreadTimes returns the following information:
- The thread creation time
- The length of time the thread has executed in kernel mode
- The length of time the thread has executed in user mode
These times do not include time spent executing system threads or waiting in a suspended or blocked state.
If the thread has exited, GetThreadTimes returns the thread exit time.
See Also
Send Feedback on this topic to the authors