// d3d10umddi.h
PFND3D11_1DDI_CALCPRIVATEVIDEODECODEROUTPUTVIEWSIZE Pfnd3d111DdiCalcprivatevideodecoderoutputviewsize;
SIZE_T Pfnd3d111DdiCalcprivatevideodecoderoutputviewsize(
D3D10DDI_HDEVICE unnamedParam1,
const D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Returns the number of bytes that the driver requires to store private data for the video decoder view state.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2pView [in]
A pointer to a D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW structure that describes the video decoder view.
The required number of bytes for the video decoder view state.
The runtime will validate the members of the D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW structure before it calls this function.
This function is not expected to fail.
D3D11_1DDIARG_CREATEVIDEODECODEROUTPUTVIEW