DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN - NtDoc

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

DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN DxgkcbHardwarecontentprotectionteardown;

VOID DxgkcbHardwarecontentprotectionteardown(
  [in] IN_CONST_HANDLE hAdapter,
  [in] UINT Flags
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkcb_hardwarecontentprotectionteardown)

DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN callback function

Description

DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN is called when a hardware content protection tear-down event occurs.

Parameters

hAdapter [in]

A handle to the graphics adapter where the tear-down event is occurring.

Flags [in]

Additional flags defined by the DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS enumeration.

Remarks

The kernel-mode display miniport driver should always call DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN both before and after a hardware content protection tear-down event occurs.

DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, call DxgkCbHardwareContentProtectionTeardown via the DXGKRNL_INTERFACE. The driver can call this callback at either passive level or at dispatch level.

See also

DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS

DXGKRNL_INTERFACE