IDXGIOutput1 interface
An IDXGIOutput1 interface represents an adapter output (such as a monitor).
Members
The IDXGIOutput1 interface inherits from IDXGIOutput. IDXGIOutput1 also has these types of members:
Methods
The IDXGIOutput1 interface has these methods.
| Method | Description |
|---|---|
| DuplicateOutput |
Creates a desktop duplication interface from the IDXGIOutput1 interface that represents an adapter output. |
| FindClosestMatchingMode1 |
Finds the display mode that most closely matches the requested display mode. |
| GetDisplayModeList1 |
Gets the display modes that match the requested format and other input options. |
| GetDisplaySurfaceData1 |
Copies the display surface (front buffer) to a user-provided resource. |
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
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
See also