// bdamedia.h
typedef struct _KSM_BDA_PIN {
KSMETHOD Method;
union {
ULONG PinId;
ULONG PinType;
};
ULONG Reserved;
} KSM_BDA_PIN, *PKSM_BDA_PIN;
View the official Windows Driver Kit DDI referenceNo description available.
The KSM_BDA_PIN structure describes a method request to create or delete a pin factory for a filter.
MethodKSMETHOD structure that describes a method and request type of a method request.
PinIdMember of the union in KSM_BDA_PIN that contains the identifier (ID) of a pin factory of a filter.
PinTypeMember of the union in KSM_BDA_PIN that contains the value that specifies the pin type.
ReservedReserved.