Represents an adapter output (such as a monitor). Extends IDXGIOutput to support stereo display mode and desktop duplication.
interface IDXGIOutput1 : public IDXGIOutput
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.
Header: Declared in dxgi1_2.h.
Library: Use dxgi.lib.