Share via


CEL_CRITSEC_INIT (Windows CE 5.0)

Send Feedback

This structure logs the event that occurs when a thread initializes a critical section.

typedef struct __CEL_CRITSEC_INIT {HANDLEhCS;}CEL_CRITSEC_INIT, *PCEL_CRITSEC_INIT;

Members

  • hCS
    Pointer to the critical section.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Celog.h.

See Also

InitializeCriticalSection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.