// 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 referenceNo description available.
A client driver's PFND3D12DDI_CREATEVIDEODECODERHEAP_0072 creates a video decoder heap.
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.
Returns an HRESULT value.
See the Video Protected Resource Support specification for more information.
D3D12DDIARG_CREATE_VIDEO_DECODER_HEAP_0072