CEL_THREAD_CLOSE (Compact 2013)
3/28/2014
This structure specifies a thread handle that has closed using CloseHandle.
Syntax
typedef struct __CEL_THREAD_CLOSE {
HANDLE hThread;
} CEL_THREAD_CLOSE, *PCEL_THREAD_CLOSE;
Members
- hThread
Handle of the thread that has been closed.
Requirements
Header |
celog.h |
See Also
Reference
CeLog Event Tracking Structures