KSPROPERTY_EXTENSION_UNIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef enum {
  KSPROPERTY_EXTENSION_UNIT_INFO,
  KSPROPERTY_EXTENSION_UNIT_CONTROL,
  KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH
} KSPROPERTY_EXTENSION_UNIT, *PKSPROPERTY_EXTENSION_UNIT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ksmedia-ksproperty_extension_unit)

Description

This topic describes the KSPROPERTY_EXTENSION_UNIT enumeration (ksmedia.h).

Constants

KSPROPERTY_EXTENSION_UNIT_INFO

Defines the KSPROPERTY_EXTENSION_UNIT_INFO constant.

KSPROPERTY_EXTENSION_UNIT_CONTROL

Defines the KSPROPERTY_EXTENSION_UNIT_CONTROL constant.

KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH

Defines the KSPROPERTY_EXTENSION_UNIT_PASS_THROUGH constant.

Remarks

See also