Skip to content

Latest commit

 

History

History
87 lines (61 loc) · 2.93 KB

nc-d3d10umddi-pfnd3d11_1ddi_getvideoprocessorfilterrange.md

File metadata and controls

87 lines (61 loc) · 2.93 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d10umddi.PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE (d3d10umddi.h)
Queries the range of values that the display miniport driver supports for a specified video processor filter.
display\getvideoprocessorfilterrange.htm
05/10/2018
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE callback function
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE, PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE callback, d3d10umddi/pfnGetVideoProcessorFilterRange, display.getvideoprocessorfilterrange, pfnGetVideoProcessorFilterRange, pfnGetVideoProcessorFilterRange callback function [Display Devices]
d3d10umddi.h
D3d10umddi.h
Desktop
Windows 8
Windows Server 2012
Windows
display
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE
d3d10umddi/PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE
APIRef
kbSyntax
UserDefined
D3d10umddi.h
PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE

PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE callback function

-description

Queries the range of values that the display miniport driver supports for a specified video processor filter.

-parameters

-param unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

hProcessorEnum [in]

A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.

-param unnamedParam3

Filter [in]

The type of the video processor filter, specified as a D3D11_1DDI_VIDEO_PROCESSOR_FILTER value.

-param unnamedParam4

pFilterRange [out]

A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE structure that specifies the range of values for the specified filter.

-see-also

CreateVideoProcessorEnum

D3D11_1DDI_VIDEO_PROCESSOR_FILTER

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE