The KSPROPERTY_PIN_COMMUNICATION property specifies the direction of IRP flow on pins instantiated by the pin factory.
KSP_PIN. The PinId member specifies the pin factory.
The KS filter returns one of the following values, which specifies the communication direction of a pin instantiated by this pin factory:
KSPROPERTY_PIN_COMMUNICATION is read-only.
Source pins send IRPs to sink pins. A source pin may read or write data, and a sink pin may have data read to it or written from it. For more information, see KSPROPERTY_PIN_DATAFLOW.
Stream minidrivers do not need to handle this property directly; the stream class driver handles this property using Stream Request Blocks to query for more information where necessary.