PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-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

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hProcessorEnum [in]

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

unnamedParam3

Filter [in]

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

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