CEL_MUTEX_CLOSE (Compact 2013)
3/28/2014
This structure specifies that a mutex handle has been closed with CloseHandle.
Syntax
typedef struct __CEL_MUTEX_CLOSE {
HANDLE hMutex;
} CEL_MUTEX_CLOSE, *PCEL_MUTEX_CLOSE;
Members
- hMutex
Handle of the mutex that has been closed.
Requirements
Header |
celog.h |
See Also
Reference
CeLog Event Tracking Structures