CEL_THREAD_RESUME (Compact 2013)
3/28/2014
This structure indicates that a thread has been resumed using ResumeThread.
Syntax
typedef struct __CEL_THREAD_RESUME {
HANDLE hThread;
} CEL_THREAD_RESUME, *PCEL_THREAD_RESUME;
Members
- hThread
Handle of the thread that has been resumed.
Requirements
Header |
celog.h |