PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 - NtDoc

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

PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 Pfnd3d12ddiCreatevideoprocessor0032;

HRESULT Pfnd3d12ddiCreatevideoprocessor0032(
  D3D12DDI_HDEVICE hDrvDevice,
  const D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0032 *pArgs,
  D3D12DDI_HVIDEOPROCESSOR_0020 hDrvVideoProcessor
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CREATEVIDEOPROCESSOR_0032 callback function

Description

The pfnCreateVideoProcessor callback function creates a video processor.

Parameters

hDrvDevice

The hardware device being processed.

pArgs

The arguments used to create a video processor.

hDrvVideoProcessor

The video processor.

Return value

Returns STATUS_SUCCESS if completed successfully.