CEL_CRITSEC_ENTER (Windows CE 5.0)
This structure logs the event that occurs when a thread is blocked by entering a critical section currently owned by another thread.
typedef struct __CEL_CRITSEC_ENTER {HANDLEhCS;HANDLEhOwnerThread;}CEL_CRITSEC_ENTER, *PCEL_CRITSEC_ENTER;
Members
- hCS
Pointer to the critical section. - hOwnerThread
Handle of the thread that currently owns the critical section.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
See Also
Send Feedback on this topic to the authors