ACX_PHYSICAL_CONNECTION_FLAGS - NtDoc

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

typedef enum _ACX_PHYSICAL_CONNECTION_FLAGS {
  AcxPhysicalConnectionNoFlags,
  AcxPhysicalConnectionFromPinId,
  AcxPhysicalConnectionFromPinObject,
  AcxPhysicalConnectionValidFlags
} ACX_PHYSICAL_CONNECTION_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The ACX_PHYSICAL_CONNECTION_FLAGS enumeration is used by the ACX_PHYSICAL_CONNECTION structure to initialize a physical connection.

Constants

AcxPhysicalConnectionNoFlags

Indicates that no flags are set.

AcxPhysicalConnectionFromPinId

Indicates that the physical connection is from a PIN whose ID is specified.

AcxPhysicalConnectionFromPinObject

Indicates that the physical connection is from a PIN which is represented by the specified PIN object.

AcxPhysicalConnectionValidFlags

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