// d3d10umddi.h
PFND3D11_1DDI_GETVIDEODECODERPROFILECOUNT Pfnd3d111DdiGetvideodecoderprofilecount;
VOID Pfnd3d111DdiGetvideodecoderprofilecount(
D3D10DDI_HDEVICE unnamedParam1,
UINT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Queries the number of video decoder profiles that are supported by the display miniport driver.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2pDecodeProfileCount [out]
A pointer to a UINT value that specifies the maximum number of decoder profiles that are supported.