IDXGIOutput Interface

An IDXGIOutput interface represents an adapter output (such as a monitor).

Syntax

interface IDXGIOutput : public IDXGIObject  

Remarks

To see the outputs available, use IDXGIAdapter::EnumOutputs. To see the specific output that the swap chain will update, use IDXGISwapChain::GetContainingOutput.

Requirements

Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).

Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).

See also

IDXGIOutput Members