KSM_BDA_PIN structure (bdamedia.h)

The KSM_BDA_PIN structure describes a method request to create or delete a pin factory for a filter.

Syntax

typedef struct _KSM_BDA_PIN {
  KSMETHOD Method;
  union {
    ULONG PinId;
    ULONG PinType;
  };
  ULONG    Reserved;
} KSM_BDA_PIN, *PKSM_BDA_PIN;

Members

Method

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

PinId

Member of the union in KSM_BDA_PIN that contains the identifier (ID) of a pin factory of a filter.

PinType

Member of the union in KSM_BDA_PIN that contains the value that specifies the pin type.

Reserved

Reserved.

Requirements

Requirement Value
Header bdamedia.h (include Bdamedia.h)

See also

KSMETHOD