KSM_PIN_PAIR structure (bdasup.h)

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.

Syntax

typedef struct _KSM_PIN_PAIR {
  KSMETHOD Method;
  ULONG    InputPinId;
  ULONG    OutputPinId;
  ULONG    Reserved;
} KSM_PIN_PAIR, *PKSM_PIN_PAIR;

Members

Method

KSMETHOD structure that describes a method and request type of a method request.

InputPinId

Identifier of an input pin of the filter.

OutputPinId

Identifier of an output pin of the filter.

Reserved

Reserved.

Requirements

Requirement Value
Header bdasup.h (include Bdasup.h)

See also

BDA_PIN_PAIRING

KSMETHOD