#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
typedef struct _EVENT_BASIC_INFORMATION
{
EVENT_TYPE EventType;
LONG EventState;
} EVENT_BASIC_INFORMATION, *PEVENT_BASIC_INFORMATION;
View code on GitHubThis structure is used with EventBasicInformation information class as a result of call NtQueryEvent.
Type of Event Object. Can be SynchronizationEvent or NotificationEvent. See EVENT_TYPE for details.
Current state of Event Object.