IDXGIOutput4 interface (dxgi1_4.h)

Represents an adapter output (such as a monitor). The IDXGIOutput4 interface exposes a method to check for overlay color space support.

Inheritance

The IDXGIOutput4 interface inherits from IDXGIOutput3. IDXGIOutput4 also has these types of members:

Methods

The IDXGIOutput4 interface has these methods.

 
IDXGIOutput4::CheckOverlayColorSpaceSupport

Checks for overlay color space support.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header dxgi1_4.h

See also

DXGI Interfaces

IDXGIOutput3