CEL_SEM_RELEASE (Windows CE 5.0)
This structure identifies a semaphore that has been released by a thread.
typedef struct __CEL_SEM_RELEASE {HANDLEhSem;DWORDdwReleaseCount;DWORDdwPreviousCount;} CEL_SEM_RELEASE, *PCEL_SEM_RELEASE;
Members
- hSem
Handle of the semaphore being released. - dwReleaseCount
Corresponds to the lReleaseCount parameter of ReleaseSemaphoree. - dwPreviousCount
Corresponds to the lpPreviousCount parameter of ReleaseSemaphore.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors