// ks.h
typedef enum {
KSPIN_DATAFLOW_IN,
KSPIN_DATAFLOW_OUT
} KSPIN_DATAFLOW, *PKSPIN_DATAFLOW;
View the official Windows Driver Kit DDI reference
No description available.
An instance of the KSPIN_DATAFLOW enumeration is returned by KSPROPERTY_PIN_DATAFLOW.
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.