KSMETHOD_BDA_CHANGE_SYNC - NtDoc

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

typedef enum {
  KSMETHOD_BDA_START_CHANGES,
  KSMETHOD_BDA_CHECK_CHANGES,
  KSMETHOD_BDA_COMMIT_CHANGES,
  KSMETHOD_BDA_GET_CHANGE_STATE
} KSMETHOD_BDA_CHANGE_SYNC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the KSMETHOD_BDA_CHANGE_SYNC enumeration.

Constants

KSMETHOD_BDA_START_CHANGES

Defines the KSMETHOD_BDA_START_CHANGES constant.

KSMETHOD_BDA_CHECK_CHANGES

Defines the KSMETHOD_BDA_CHECK_CHANGES constant.

KSMETHOD_BDA_COMMIT_CHANGES

Defines the KSMETHOD_BDA_COMMIT_CHANGES constant.

KSMETHOD_BDA_GET_CHANGE_STATE

Defines the KSMETHOD_BDA_GET_CHANGE_STATE constant.

Remarks

See also