KSPROPERTY_BDA_PIDFILTER - NtDoc

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

typedef enum {
  KSPROPERTY_BDA_PIDFILTER_MAP_PIDS,
  KSPROPERTY_BDA_PIDFILTER_UNMAP_PIDS,
  KSPROPERTY_BDA_PIDFILTER_LIST_PIDS
} KSPROPERTY_BDA_PIDFILTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-bdamedia-ksproperty_bda_pidfilter)

Description

This topic describes the KSPROPERTY_BDA_PIDFILTER enumeration.

Constants

KSPROPERTY_BDA_PIDFILTER_MAP_PIDS

Defines the KSPROPERTY_BDA_PIDFILTER_MAP_PIDS constant.

KSPROPERTY_BDA_PIDFILTER_UNMAP_PIDS

Defines the KSPROPERTY_BDA_PIDFILTER_UNMAP_PIDS constant.

KSPROPERTY_BDA_PIDFILTER_LIST_PIDS

Defines the KSPROPERTY_BDA_PIDFILTER_LIST_PIDS constant.

Remarks

See also