CEL_MUTEX_CLOSE (Windows CE 5.0)
This structure specifies that a mutex handle has been closed with CloseHandle.
typedef struct __CEL_MUTEX_CLOSE {HANDLEhMutex;} CEL_MUTEX_CLOSE, *PCEL_MUTEX_CLOSE;
Members
- hMutex
Handle of the mutex that has been closed.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors