// bdasup.h
typedef struct _KSM_PIN_PAIR {
KSMETHOD Method;
ULONG InputPinId;
ULONG OutputPinId;
ULONG Reserved;
} KSM_PIN_PAIR, *PKSM_PIN_PAIR;
View the official Windows Driver Kit DDI referenceNo description available.
The KSM_PIN_PAIR structure describes a method request to retrieve the pin pairing structure (BDA_PIN_PAIRING) between a pair of input and output pins.
MethodKSMETHOD structure that describes a method and request type of a method request.
InputPinIdIdentifier of an input pin of the filter.
OutputPinIdIdentifier of an output pin of the filter.
ReservedReserved.