DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS - NtDoc

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

typedef enum _DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS {
  DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAG_PREEMPTIVE
} DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_hardware_content_protection_teardown_flags)

_DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS enumeration

Description

DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS provides additional information to the driver in a DxgkCbHardwareContentProtectionTeardown call.

Constants

DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAG_PREEMPTIVE

Indicates that the DxgkCbHardwareContentProtectionTeardown callback is being preemptively called prior to tear-down event actually occurring.

See also

DxgkCbHardwareContentProtectionTeardown