|
| HRESULT | CheckOverlayColorSpaceSupport ([in] DXGI_FORMAT format, [in] DXGI_COLOR_SPACE_TYPE colour_space, [in] IUnknown *device, [out] UINT *flags) |
| |
| HRESULT | CheckOverlaySupport ([in] DXGI_FORMAT enum_format, [out] IUnknown *concerned_device, [out] UINT *flags) |
| |
| BOOL | SupportsOverlays () |
| |
| HRESULT | GetDisplayModeList1 ([in] DXGI_FORMAT enum_format, [in] UINT flags, [in, out] UINT *num_modes, [out] DXGI_MODE_DESC1 *desc) |
| |
| HRESULT | FindClosestMatchingMode1 ([in] const DXGI_MODE_DESC1 *mode_to_match, [out] DXGI_MODE_DESC1 *closest_match, [in] IUnknown *concerned_device) |
| |
| HRESULT | GetDisplaySurfaceData1 ([in] IDXGIResource *destination) |
| |
| HRESULT | DuplicateOutput ([in] IUnknown *device, [out] IDXGIOutputDuplication **output_duplication) |
| |
| HRESULT | GetDesc ([out] DXGI_OUTPUT_DESC *desc) |
| |
| HRESULT | GetDisplayModeList ([in] DXGI_FORMAT format, [in] UINT flags, [in, out] UINT *mode_count, [out] DXGI_MODE_DESC *desc) |
| |
| HRESULT | FindClosestMatchingMode ([in] const DXGI_MODE_DESC *mode, [out] DXGI_MODE_DESC *closest_match, [in] IUnknown *device) |
| |
| HRESULT | WaitForVBlank () |
| |
| HRESULT | TakeOwnership ([in] IUnknown *device, [in] BOOL exclusive) |
| |
| void | ReleaseOwnership () |
| |
| HRESULT | GetGammaControlCapabilities ([out] DXGI_GAMMA_CONTROL_CAPABILITIES *gamma_caps) |
| |
| HRESULT | SetGammaControl ([in] const DXGI_GAMMA_CONTROL *gamma_control) |
| |
| HRESULT | GetGammaControl ([out] DXGI_GAMMA_CONTROL *gamma_control) |
| |
| HRESULT | SetDisplaySurface ([in] IDXGISurface *surface) |
| |
| HRESULT | GetDisplaySurfaceData ([in] IDXGISurface *surface) |
| |
| HRESULT | GetFrameStatistics ([out] DXGI_FRAME_STATISTICS *stats) |
| |
| HRESULT | SetPrivateData ([in] REFGUID guid, [in] UINT data_size, [in] const void *data) |
| |
| HRESULT | SetPrivateDataInterface ([in] REFGUID guid, [in] const IUnknown *object) |
| |
| HRESULT | GetPrivateData ([in] REFGUID guid, [in, out] UINT *data_size, [out] void *data) |
| |
| HRESULT | GetParent ([in] REFIID riid, [out] void **parent) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 79 of file dxgi1_4.idl.