CEL_EVENT_RESET

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

typedef struct __CEL_EVENT_RESET { 
  HANDLE hEvent; 
} 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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.