// d3d10umddi.h
PFND3D11_1DDI_GETVIDEODECODERPROFILE Pfnd3d111DdiGetvideodecoderprofile;
VOID Pfnd3d111DdiGetvideodecoderprofile(
D3D10DDI_HDEVICE unnamedParam1,
UINT unnamedParam2,
GUID *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Queries the attributes of a specified video decoder profile.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2Index [in]
The zero-based index of the video decoder profile. The display miniport driver returns the maximum number of video decoder profiles that it supports through a call to its GetVideoDecoderProfileCount function.
unnamedParam3pDecodeDesc [out]
A pointer to a D3D11_1DDI_VIDEO_DECODER_DESC structure that specifies the attributes of the specified video decoder profile.
The Microsoft Direct3D runtime verifies that the Index parameter data is valid before it calls the GetVideoDecoderProfile function.