// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG IndexInputPin;
ULONG Active;
} KSPROPERTY_CROSSBAR_ACTIVE_S, *PKSPROPERTY_CROSSBAR_ACTIVE_S;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSPROPERTY_CROSSBAR_ACTIVE_S structure (ksmedia.h).
PropertyDefines the KSPROPERTY member Property.
IndexInputPinDefines the ULONG member IndexInputPin.
ActiveDefines the ULONG member Active.