GetThreadTimes (KERNEL32.@)
BOOL GetThreadTimes ( HANDLE thread, LPFILETIME creationtime, LPFILETIME exittime, LPFILETIME kerneltime, LPFILETIME usertime )
thread | [In] | Specifies the thread of interest. |
creationtime | [Out] | When the thread was created. |
exittime | [Out] | When the thread was destroyed. |
kerneltime | [Out] | Time thread spent in kernel mode. |
usertime | [Out] | Time thread spent in user mode. |
GetThreadTimes [KERNEL32.@] Obtains timing information.
Success: TRUE
Failure: FALSE
Defined in "winbase.h".
Implemented in "dlls/kernel32/thread.c". source.winehq.org/source/dlls/kernel32/thread.c
Debug channel "thread".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.