PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 - NtDoc

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

PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 Pfnd3d12ddiCreatevideodecoderheap0072;

HRESULT Pfnd3d12ddiCreatevideodecoderheap0072(
  [in]  D3D12DDI_HDEVICE hDrvDevice,
  [in]  const D3D12DDIARG_CREATE_VIDEO_DECODER_HEAP_0072 *unnamedParam2,
  [out] D3D12DDI_HVIDEODECODERHEAP_0032 hDrvVideoDecoderHeap
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 callback function

Description

A client driver's PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 creates a video decoder heap.

Parameters

hDrvDevice [in]

Handle to the D3D12 device.

unnamedParam2 [in]

Pointer to a D3D12DDIARG_CREATE_VIDEO_DECODER_HEAP_0072 structure with the arguments used to create a video decoder heap.

hDrvVideoDecoderHeap [out]

Handle to the created video decoder heap.

Return value

Returns an HRESULT value.

Remarks

See the Video Protected Resource Support specification for more information.

See also

D3D12DDIARG_CREATE_VIDEO_DECODER_HEAP_0072