KSPROPERTY_PIN_INTERFACES

This property returns the list of interfaces supported by pins instantiated by a specific pin factory.

Usage Summary Table

GetSetTargetProperty Descriptor TypeProperty 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)

See also

KSP_PIN
KSMULTIPLE_ITEM
KSPIN_INTERFACE

 

 

Send comments about this topic to Microsoft

Build date: 1/22/2014

Show:
© 2014 Microsoft. All rights reserved.