Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_CONNECTION_FLAGS enumeration is used by the ACX_CONNECTION structure to specify the ACX object identifier types.
Syntax
typedef enum _ACX_CONNECTION_FLAGS {
AcxConnectionNoFlags,
AcxConnectionFromPinId,
AcxConnectionFromPinObject,
AcxConnectionToPinId,
AcxConnectionToPinObject,
AcxConnectionValidFlags
} ACX_CONNECTION_FLAGS;
Constants
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. |
Remarks
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxpin.h |