PEVENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _ENG_EVENT {
  PVOID pKEvent;
  ULONG fFlags;
} *PEVENT, ENG_EVENT, *PENG_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-_eng_event)

_ENG_EVENT structure

Description

The ENG_EVENT structure is reserved for system use.

Members

pKEvent

Reserved for system use.

fFlags

Reserved for system use.