// d3d10umddi.h
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE Pfnd3d111DdiGetvideoprocessorfilterrange;
VOID Pfnd3d111DdiGetvideoprocessorfilterrange(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSORENUM unnamedParam2,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER unnamedParam3,
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE *unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Queries the range of values that the display miniport driver supports for a specified video processor filter.
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.
unnamedParam3Filter [in]
The type of the video processor filter, specified as a D3D11_1DDI_VIDEO_PROCESSOR_FILTER value.
unnamedParam4pFilterRange [out]
A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE structure that specifies the range of values for the specified filter.
D3D11_1DDI_VIDEO_PROCESSOR_FILTER
D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE