// acxpin.h
typedef enum _ACX_PHYSICAL_CONNECTION_FLAGS {
AcxPhysicalConnectionNoFlags,
AcxPhysicalConnectionFromPinId,
AcxPhysicalConnectionFromPinObject,
AcxPhysicalConnectionValidFlags
} ACX_PHYSICAL_CONNECTION_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PHYSICAL_CONNECTION_FLAGS enumeration is used by the ACX_PHYSICAL_CONNECTION structure to initialize a physical connection.
AcxPhysicalConnectionNoFlagsIndicates that no flags are set.
AcxPhysicalConnectionFromPinIdIndicates that the physical connection is from a PIN whose ID is specified.
AcxPhysicalConnectionFromPinObjectIndicates that the physical connection is from a PIN which is represented by the specified PIN object.
AcxPhysicalConnectionValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.