// d3d10umddi.h
PFND3D11_1DDI_GETVIDEOPROCESSORCAPS Pfnd3d111DdiGetvideoprocessorcaps;
VOID Pfnd3d111DdiGetvideoprocessorcaps(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSORENUM unnamedParam2,
D3D11_1DDI_VIDEO_PROCESSOR_CAPS *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Queries the capabilities of a specified video processor.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hProcessorEnum [in]
A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.
unnamedParam3pCaps [in, out]
A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_CAPS structure that specifies the capabilities of the video processor that is specified by the hProcessorEnum parameter.
D3D11_1DDI_VIDEO_PROCESSOR_CAPS