CEL_SEM_CLOSE
This structure identifies a semaphore that has been closed by a thread using CloseHandle.
typedef struct __CEL_SEM_CLOSE {
HANDLE hSem;
} 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.