IDXGIOutput

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

FindClosestMatchingMode
HRESULT FindClosestMatchingMode(const(DXGI_MODE_DESC)* pModeToMatch, DXGI_MODE_DESC* pClosestMatch, IUnknown pConcernedDevice)
Undocumented in source.
GetDesc
HRESULT GetDesc(DXGI_OUTPUT_DESC* pDesc)
Undocumented in source.
GetDisplayModeList
HRESULT GetDisplayModeList(DXGI_FORMAT EnumFormat, UINT Flags, UINT* pNumModes, DXGI_MODE_DESC* pDesc)
Undocumented in source.
GetDisplaySurfaceData
HRESULT GetDisplaySurfaceData(IDXGISurface pDestination)
Undocumented in source.
GetFrameStatistics
HRESULT GetFrameStatistics(DXGI_FRAME_STATISTICS* pStats)
Undocumented in source.
GetGammaControl
HRESULT GetGammaControl(DXGI_GAMMA_CONTROL* pArray)
Undocumented in source.
GetGammaControlCapabilities
HRESULT GetGammaControlCapabilities(DXGI_GAMMA_CONTROL_CAPABILITIES* pGammaCaps)
Undocumented in source.
ReleaseOwnership
void ReleaseOwnership()
Undocumented in source.
SetDisplaySurface
HRESULT SetDisplaySurface(IDXGISurface pScanoutSurface)
Undocumented in source.
SetGammaControl
HRESULT SetGammaControl(const(DXGI_GAMMA_CONTROL)* pArray)
Undocumented in source.
TakeOwnership
HRESULT TakeOwnership(IUnknown pDevice, BOOL Exclusive)
Undocumented in source.
WaitForVBlank
HRESULT WaitForVBlank()
Undocumented in source.

Inherited Members

From IDXGIObject

SetPrivateData
HRESULT SetPrivateData(REFGUID Name, UINT DataSize, void* pData)
Undocumented in source.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID Name, const(IUnknown) pUnknown)
Undocumented in source.
GetPrivateData
HRESULT GetPrivateData(REFGUID Name, UINT* pDataSize, void* pData)
Undocumented in source.
GetParent
HRESULT GetParent(REFIID riid, void** ppParent)
Undocumented in source.

Meta