KSPIN_DATAFLOW enumeration (ks.h)
An instance of the KSPIN_DATAFLOW enumeration is returned by KSPROPERTY_PIN_DATAFLOW.
Syntax
typedef enum {
KSPIN_DATAFLOW_IN,
KSPIN_DATAFLOW_OUT
} KSPIN_DATAFLOW, *PKSPIN_DATAFLOW;
Constants
KSPIN_DATAFLOW_IN Indicates that the pin factory instantiates data sink pins. Such pins can only be connected to data source pins. |
KSPIN_DATAFLOW_OUT Indicates that the pin factory instantiates data source pins. Such pins can only be connected to data sink pins. |
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |