KSPROPERTY_PIN_INTERFACES
This property returns the list of interfaces supported by pins instantiated by a specific pin factory.
Usage Summary Table
Get | Set | Target | Property Descriptor Type | Property Value Type |
---|---|---|---|---|
Yes | No | Pin | KSP_PIN | A KSMULTIPLE_ITEM structure, followed by a sequence of KSPIN_INTERFACE structures. |
Remarks
Specify KSPROPERTY_PIN_INTERFACES using KSP_PIN, where the PinId member specifies the pin factory for which to return available interfaces.
This property returns the interfaces ordered by class driver preference.
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.
Requirements
Header: ks.h (include Ks.h)