ACX_CONNECTION_FLAGS enumeration (acxpin.h)

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

 
AcxConnectionNoFlags
Indicates that there are no flags set.
AcxConnectionFromPinId
Indicates that the connection is from a pin ID.
AcxConnectionFromPinObject
Indicates that the connection is from an object.
AcxConnectionToPinId
Indicates that the connection is to a pin ID.
AcxConnectionToPinObject
Indicates that the connection is to a pin object.
AcxConnectionValidFlags
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

  • [acxpin.h header](index.md)