IDXGIOutput3 interface (dxgi1_3.h)

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

Inheritance

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

Methods

The IDXGIOutput3 interface has these methods.

 
IDXGIOutput3::CheckOverlaySupport

Checks for overlay support.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dxgi1_3.h

See also

DXGI Interfaces

IDXGIOutput2