- FindClosestMatchingMode
HRESULT FindClosestMatchingMode(DXGI_MODE_DESC* pModeToMatch, DXGI_MODE_DESC* pClosestMatch, IUnknown pConcernedDevice)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDesc
HRESULT GetDesc(DXGI_OUTPUT_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDisplayModeList
HRESULT GetDisplayModeList(DXGI_FORMAT EnumFormat, UINT Flags, UINT* pNumModes, DXGI_MODE_DESC* pDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDisplaySurfaceData
HRESULT GetDisplaySurfaceData(IDXGISurface pDestination)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFrameStatistics
HRESULT GetFrameStatistics(DXGI_FRAME_STATISTICS* pStats)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetGammaControl
HRESULT GetGammaControl(DXGI_GAMMA_CONTROL* pArray)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetGammaControlCapabilities
HRESULT GetGammaControlCapabilities(DXGI_GAMMA_CONTROL_CAPABILITIES* pGammaCaps)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReleaseOwnership
void ReleaseOwnership()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetDisplaySurface
HRESULT SetDisplaySurface(IDXGISurface pScanoutSurface)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetGammaControl
HRESULT SetGammaControl(DXGI_GAMMA_CONTROL* pArray)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TakeOwnership
HRESULT TakeOwnership(IUnknown pDevice, BOOL Exclusive)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WaitForVBlank
HRESULT WaitForVBlank()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateData
HRESULT SetPrivateData(REFGUID Name, UINT DataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetPrivateDataInterface
HRESULT SetPrivateDataInterface(REFGUID Name, IUnknown pUnknown)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPrivateData
HRESULT GetPrivateData(REFGUID Name, UINT* pDataSize, void* pData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetParent
HRESULT GetParent(REFIID riid, void** ppParent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.