CEL_MUTEX_RELEASE (Windows Embedded CE 6.0)
1/6/2010
This structure identifies a mutex that has been released.
Syntax
typedef __CEL_MUTEX_RELEASE {
HANDLE hMutex;
} CEL_MUTEX_RELEASE, *PCEL_MUTEX_RELEASE;
Members
- hMutex
Handle of the mutex that was released.
Requirements
Header | celog.h |
Windows Embedded CE | Windows CE 3.0 and later |