KSPROPERTY_CROSSBAR_ACTIVE_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksproperty_crossbar_active_s)

Description

This topic describes the KSPROPERTY_CROSSBAR_ACTIVE_S structure (ksmedia.h).

Members

Property

Defines the KSPROPERTY member Property.

IndexInputPin

Defines the ULONG member IndexInputPin.

Active

Defines the ULONG member Active.

Remarks

See also