// acxpin.h
typedef enum _ACX_CONNECTION_FLAGS {
AcxConnectionNoFlags,
AcxConnectionFromPinId,
AcxConnectionFromPinObject,
AcxConnectionToPinId,
AcxConnectionToPinObject,
AcxConnectionValidFlags
} ACX_CONNECTION_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_CONNECTION_FLAGS enumeration is used by the ACX_CONNECTION structure to specify the ACX object identifier types.
AcxConnectionNoFlagsIndicates that there are no flags set.
AcxConnectionFromPinIdIndicates that the connection is from a pin ID.
AcxConnectionFromPinObjectIndicates that the connection is from an object.
AcxConnectionToPinIdIndicates that the connection is to a pin ID.
AcxConnectionToPinObjectIndicates that the connection is to a pin object.
AcxConnectionValidFlagsFor internal validation, do not use.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.