ACX_PHYSICAL_CONNECTION_FLAGS enumeration (acxpin.h)
The ACX_PHYSICAL_CONNECTION_FLAGS enumeration is used by the ACX_PHYSICAL_CONNECTION structure to initialize a physical connection.
Syntax
typedef enum _ACX_PHYSICAL_CONNECTION_FLAGS {
AcxPhysicalConnectionNoFlags,
AcxPhysicalConnectionFromPinId,
AcxPhysicalConnectionFromPinObject,
AcxPhysicalConnectionValidFlags
} ACX_PHYSICAL_CONNECTION_FLAGS;
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.
Requirements
Requirement | Value |
---|---|
Header | acxpin.h |
See also
- ACX_PHYSICAL_CONNECTION
- [acxpin.h header](index.md)