CEL_SEM_CLOSE (Windows CE 5.0)
This structure identifies a semaphore that has been closed by a thread using CloseHandle.
typedef struct __CEL_SEM_CLOSE {HANDLEhSem;} CEL_SEM_CLOSE, *PCEL_SEM_CLOSE;
Members
- hSem
Handle of the semaphore that was created.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors