Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 2.63 KB

d3dddi-multiplane-overlay-filter-type.md

File metadata and controls

81 lines (56 loc) · 2.63 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE Enumeration
Learn about the D3DDDI\_MULTIPLANE\_OVERLAY\_FILTER\_TYPE enumeration, which is reserved for system use. Do not use it in your driver.
D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE enumeration Display Devices
apiref
reference
D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE
D3dumddi.h
HeaderDef
01/05/2018

D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE enumeration

Reserved for system use. Do not use it in your driver.

Note

 This structure is available only in the D3dumddi.h header provided with Windows Driver Kit (WDK) Version 8 that shipped with Windows 8. It has been removed from later versions of the header.

Syntax

typedef enum _D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE {
  D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_BRIGHTNESS       = 0x1,
  D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_CONTRAST         = 0x2,
  D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_HUE              = 0x4,
  D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_SATURATION       = 0x8,
  D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_STRETCH_QUALITY  = 0x10
} D3DDDI_MULTIPLANE_OVERLAY_FILTER_TYPE;

Constants

D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_BRIGHTNESS

D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_CONTRAST

D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_HUE

D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_SATURATION

D3DDDI_MULTIPLANE_OVERLAY_FILTER_CAPS_STRETCH_QUALITY

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

D3dumddi.h