// d3d12umddi.h
PFND3D12DDI_CREATEVIDEODECODERHEAP_0033 Pfnd3d12ddiCreatevideodecoderheap0033;
HRESULT Pfnd3d12ddiCreatevideodecoderheap0033(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_DECODER_HEAP_0033 *unnamedParam2,
D3D12DDI_HVIDEODECODERHEAP_0032 hDrvVideoDecoderHeap
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a video decoder heap.
hDrvDeviceThe hardware device being processed.
unnamedParam2pArgs [in]
The arguments used to create a video decoder heap.
hDrvVideoDecoderHeapThe video decoder heap.
Returns STATUS_SUCCESS if completed successfully.