EVENT_INFORMATION_CLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)

/**
 * The EVENT_INFORMATION_CLASS specifies the type of information to be retrieved about an event object.
 */
typedef enum _EVENT_INFORMATION_CLASS
{
    EventBasicInformation
} EVENT_INFORMATION_CLASS;

#endif
#endif

View code on GitHub

NtDoc

No description available.

NTinternals.net (undocumented.ntinternals.net)

This enumeration type is used with NtQueryEvent. There're no corresponding function to set event information.
Currently only one information class is defined:

EventBasicInformation

See EVENT_BASIC_INFORMATION for details.

Documented by

See also