ACX_PNPEVENT_CONFIG_FLAGS enumeration (acxevents.h)

The ACX_PNPEVENT_CONFIG_FLAGS enumeration defines the PNPEVENT config flags for an ACXEVENT type.

Syntax

typedef enum _ACX_PNPEVENT_CONFIG_FLAGS {
  AcxPnpEventConfigNoFlags,
  AcxPnpEventConfigValidFlags
} ACX_PNPEVENT_CONFIG_FLAGS;

Constants

 
AcxPnpEventConfigNoFlags
Indicates that no pnp event config flags are set.
AcxPnpEventConfigValidFlags
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.

Requirements

Requirement Value
Header acxevents.h

See also