Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.08 KB

nc-d3d12umddi-pfnd3d12ddi_createvideoprocessor_0072.md

File metadata and controls

71 lines (54 loc) · 2.08 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root f1_keywords topic_type api_type api_location api_name
NC:d3d12umddi.PFND3D12DDI_CREATEVIDEOPROCESSOR_0072
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 (d3d12umddi.h)
The PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 callback function creates a video processor.
03/24/2020
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 callback function
d3d12umddi.h
Windows 10, version 2004
Windows
display
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072
d3d12umddi/PFND3D12DDI_CREATEVIDEOPROCESSOR_0072
apiref
UserDefined
d3d12umddi.h
PFND3D12DDI_CREATEVIDEOPROCESSOR_0072

PFND3D12DDI_CREATEVIDEOPROCESSOR_0072 callback function

-description

The pfnCreateVideoProcessor callback function creates a video processor.

-parameters

-param hDrvDevice

A handle to the display device (graphics context).

-param pArgs

A D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0072 structure with arguments used to create a video processor.

-param hDrvVideoProcessor

The video processor.

-returns

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

Register your implementation of this callback function by setting the appropriate member of D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0072 and then calling Pfnd3d12ddiCreatevideoprocessor0072.

See the D3D Video Protected Resource Support Specification for more information.

-see-also

D3D12DDIARG_CREATE_VIDEO_PROCESSOR_0072