ACX_EVENT_CONFIG_FLAGS - NtDoc

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

typedef enum _ACX_EVENT_CONFIG_FLAGS {
  AcxEventConfigNoFlags,
  AcxEventConfigValidFlags
} ACX_EVENT_CONFIG_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxevents-acx_event_config_flags)

Description

The ACX_EVENT_CONFIG_FLAGS enumeration defines the EVENT config flags for an ACXEVENT type.

Constants

AcxEventConfigNoFlags

Indicates that no event config flags are set.

AcxEventConfigValidFlags

For internal validation, do not use.

Remarks

There are no flags currently defined for this type.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also