// d3dkmddi.h
DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN DxgkcbHardwarecontentprotectionteardown;
VOID DxgkcbHardwarecontentprotectionteardown(
[in] IN_CONST_HANDLE hAdapter,
[in] UINT Flags
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DXGKCB_HARDWARECONTENTPROTECTIONTEARDOWN is called when a hardware content protection tear-down event occurs.
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.
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.
DXGK_HARDWARE_CONTENT_PROTECTION_TEARDOWN_FLAGS