In This Topic
The following tables list the members exposed by Output.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| CopyDisplaySurfaceTo | HRESULT IDXGIOutput::GetDisplaySurfaceData([In] IDXGISurface* pDestination) |
| Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
| FindClosestMatchingMode | HRESULT IDXGIOutput::FindClosestMatchingMode([In] const DXGI_MODE_DESC* pModeToMatch,[Out] DXGI_MODE_DESC* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice) |
| GetClosestMatchingMode | Find the display mode that most closely matches the requested display mode. |
| GetDescription | HRESULT IDXGIOutput::GetDesc([Out] DXGI_OUTPUT_DESC* pDesc) |
| GetDisplayModeList | Overloaded. Gets the display modes that match the requested format and other input options. |
| GetFrameStatistics | HRESULT IDXGIOutput::GetFrameStatistics([Out] DXGI_FRAME_STATISTICS* pStats) |
| 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() |
| SetDisplaySurface | HRESULT IDXGIOutput::SetDisplaySurface([In] IDXGISurface* pScanoutSurface) |
| 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) |
| TakeOwnership | HRESULT IDXGIOutput::TakeOwnership([In] IUnknown* pDevice,[In] BOOL Exclusive) |
| WaitForVBlank | HRESULT IDXGIOutput::WaitForVBlank() |
Top
Public Events
Public Operators
See Also