In This Topic
The following tables list the members exposed by Output2.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| CopyDisplaySurfaceTo | HRESULT IDXGIOutput::GetDisplaySurfaceData([In] IDXGISurface* pDestination) (Inherited from C1.Util.DX.DXGI.Output) |
| Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
| DuplicateOutput | HRESULT IDXGIOutput1::DuplicateOutput([In] IUnknown* pDevice,[Out] void** ppOutputDuplication) (Inherited from C1.Util.DX.DXGI.Output1) |
| FindClosestMatchingMode | HRESULT IDXGIOutput::FindClosestMatchingMode([In] const DXGI_MODE_DESC* pModeToMatch,[Out] DXGI_MODE_DESC* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice) (Inherited from C1.Util.DX.DXGI.Output) |
| FindClosestMatchingMode1 | HRESULT IDXGIOutput1::FindClosestMatchingMode1([In] const DXGI_MODE_DESC1* pModeToMatch,[Out] DXGI_MODE_DESC1* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice) (Inherited from C1.Util.DX.DXGI.Output1) |
| GetClosestMatchingMode | Find the display mode that most closely matches the requested display mode. (Inherited from C1.Util.DX.DXGI.Output) |
| GetDescription | HRESULT IDXGIOutput::GetDesc([Out] DXGI_OUTPUT_DESC* pDesc) (Inherited from C1.Util.DX.DXGI.Output) |
| GetDisplayModeList | Overloaded. Gets the display modes that match the requested format and other input options. (Inherited from C1.Util.DX.DXGI.Output) |
| GetDisplayModeList1 | Overloaded. Gets the display modes that match the requested format and other input options. (Inherited from C1.Util.DX.DXGI.Output1) |
| GetDisplaySurfaceData1 | HRESULT IDXGIOutput1::GetDisplaySurfaceData1([In] IDXGIResource* pDestination) (Inherited from C1.Util.DX.DXGI.Output1) |
| GetFrameStatistics | HRESULT IDXGIOutput::GetFrameStatistics([Out] DXGI_FRAME_STATISTICS* pStats) (Inherited from C1.Util.DX.DXGI.Output) |
| GetParent | Overloaded. Gets the parent of the object. (Inherited from C1.Util.DX.DXGI.DXGIObject) |
| GetPrivateData | HRESULT IDXGIObject::GetPrivateData([In] const GUID& Name,[InOut] unsigned int* pDataSize,[Out, Buffer] void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
| QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| ReleaseOwnership | void IDXGIOutput::ReleaseOwnership() (Inherited from C1.Util.DX.DXGI.Output) |
| SetDisplaySurface | HRESULT IDXGIOutput::SetDisplaySurface([In] IDXGISurface* pScanoutSurface) (Inherited from C1.Util.DX.DXGI.Output) |
| SetPrivateData | HRESULT IDXGIObject::SetPrivateData([In] const GUID& Name,[In] unsigned int DataSize,[In, Buffer] const void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
| SetPrivateDataInterface | HRESULT IDXGIObject::SetPrivateDataInterface([In] const GUID& Name,[In] const IUnknown* pUnknown) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
| SupportsOverlays_ | BOOL IDXGIOutput2::SupportsOverlays() |
| TakeOwnership | HRESULT IDXGIOutput::TakeOwnership([In] IUnknown* pDevice,[In] BOOL Exclusive) (Inherited from C1.Util.DX.DXGI.Output) |
| WaitForVBlank | HRESULT IDXGIOutput::WaitForVBlank() (Inherited from C1.Util.DX.DXGI.Output) |
Top
Public Events
Public Operators
See Also