KSMETHOD_BDA_DEVICE_CONFIGURATION - NtDoc

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

typedef enum {
  KSMETHOD_BDA_CREATE_PIN_FACTORY,
  KSMETHOD_BDA_DELETE_PIN_FACTORY,
  KSMETHOD_BDA_CREATE_TOPOLOGY
} KSMETHOD_BDA_DEVICE_CONFIGURATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the KSMETHOD_BDA_DEVICE_CONFIGURATION enumeration.

Constants

KSMETHOD_BDA_CREATE_PIN_FACTORY

Defines the KSMETHOD_BDA_CREATE_PIN_FACTORY constant.

KSMETHOD_BDA_DELETE_PIN_FACTORY

Defines the KSMETHOD_BDA_DELETE_PIN_FACTORY constant.

KSMETHOD_BDA_CREATE_TOPOLOGY

Defines the KSMETHOD_BDA_CREATE_TOPOLOGY constant.

Remarks

See also