ACX_CONNECTION_FLAGS - NtDoc

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

typedef enum _ACX_CONNECTION_FLAGS {
  AcxConnectionNoFlags,
  AcxConnectionFromPinId,
  AcxConnectionFromPinObject,
  AcxConnectionToPinId,
  AcxConnectionToPinObject,
  AcxConnectionValidFlags
} ACX_CONNECTION_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxpin-acx_connection_flags)

Description

The ACX_CONNECTION_FLAGS enumeration is used by the ACX_CONNECTION structure to specify the ACX object identifier types.

Constants

AcxConnectionNoFlags

Indicates that there are no flags set.

AcxConnectionFromPinId

Indicates that the connection is from a pin ID.

AcxConnectionFromPinObject

Indicates that the connection is from an object.

AcxConnectionToPinId

Indicates that the connection is to a pin ID.

AcxConnectionToPinObject

Indicates that the connection is to a pin object.

AcxConnectionValidFlags

For internal validation, do not use.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also