|
| HRESULT | GetDesc1 ([out] DXGI_SWAP_CHAIN_DESC1 *pDesc) |
| |
| HRESULT | GetFullscreenDesc ([out] DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc) |
| |
| HRESULT | GetHwnd ([out] HWND *pHwnd) |
| |
| HRESULT | GetCoreWindow ([in] REFIID refiid, [out] void **ppUnk) |
| |
| HRESULT | Present1 ([in] UINT SyncInterval, [in] UINT PresentFlags, [in] const DXGI_PRESENT_PARAMETERS *pPresentParameters) |
| |
| BOOL | IsTemporaryMonoSupported () |
| |
| HRESULT | GetRestrictToOutput ([out] IDXGIOutput **ppRestrictToOutput) |
| |
| HRESULT | SetBackgroundColor ([in] const DXGI_RGBA *pColor) |
| |
| HRESULT | GetBackgroundColor ([out] DXGI_RGBA *pColor) |
| |
| HRESULT | SetRotation ([in] DXGI_MODE_ROTATION Rotation) |
| |
| HRESULT | GetRotation ([out] DXGI_MODE_ROTATION *pRotation) |
| |
| HRESULT | Present ([in] UINT sync_interval, [in] UINT flags) |
| |
| HRESULT | GetBuffer ([in] UINT buffer_idx, [in] REFIID riid, [in, out] void **surface) |
| |
| HRESULT | SetFullscreenState ([in] BOOL fullscreen, [in] IDXGIOutput *target) |
| |
| HRESULT | GetFullscreenState ([out] BOOL *fullscreen, [out] IDXGIOutput **target) |
| |
| HRESULT | GetDesc ([out] DXGI_SWAP_CHAIN_DESC *desc) |
| |
| HRESULT | ResizeBuffers ([in] UINT buffer_count, [in] UINT width, [in] UINT height, [in] DXGI_FORMAT format, [in] UINT flags) |
| |
| HRESULT | ResizeTarget ([in] const DXGI_MODE_DESC *target_mode_desc) |
| |
| HRESULT | GetContainingOutput ([out] IDXGIOutput **output) |
| |
| HRESULT | GetFrameStatistics ([out] DXGI_FRAME_STATISTICS *stats) |
| |
| HRESULT | GetLastPresentCount ([out] UINT *last_present_count) |
| |
| HRESULT | GetDevice ([in] REFIID riid, [out] void **device) |
| |
| 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 254 of file dxgi1_2.idl.