PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021 - NtDoc

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

PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021 Pfnd3d12ddiDestroyvideoprocessor0021;

VOID Pfnd3d12ddiDestroyvideoprocessor0021(
  D3D12DDI_HDEVICE hDrvDevice,
  D3D12DDI_HVIDEOPROCESSOR_0020 hDrvVideoProcessor
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_destroyvideoprocessor_0021)

PFND3D12DDI_DESTROYVIDEOPROCESSOR_0021 callback function

Description

The pfnDestroyVideoProcessor callback function destroys a video processor.

Parameters

hDrvDevice

The handle of a device driver.

hDrvVideoProcessor

The handle of a video processor.