CEL_EVENT_RESET (Windows CE 5.0)

Send Feedback

This structure is passed when an event is reset with ResetEvent.

typedef struct __CEL_EVENT_RESET {HANDLEhEvent;} CEL_EVENT_RESET, *PCEL_EVENT_RESET;

Members

  • hEvent
    Handle of the event that is being reset.

Requirements

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

See Also

ResetEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.