IDXGIOutput1 Interface

Represents an adapter output (such as a monitor). Extends IDXGIOutput to support stereo display mode and desktop duplication.

Syntax

interface IDXGIOutput1 : public IDXGIOutput  

Remarks

To determine the outputs that are available from the adapter, use IDXGIAdapter::EnumOutputs. To determine the specific output that the swap chain will update, use IDXGISwapChain::GetContainingOutput. You can then call QueryInterface from any IDXGIOutput object to obtain an IDXGIOutput1 object.

Requirements

Header: Declared in dxgi1_2.h.

Library: Use dxgi.lib.

See also

IDXGIOutput1 Members