Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.34 KB

nf-dxgi-idxgiswapchain-getdesc.md

File metadata and controls

74 lines (60 loc) · 2.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dxgi.IDXGISwapChain.GetDesc
IDXGISwapChain::GetDesc (dxgi.h)
Get a description of the swap chain.
545f3a98-5c81-337d-c4f7-cc715e0e123f
GetDesc
GetDesc method [DXGI]
GetDesc method [DXGI]
IDXGISwapChain interface
IDXGISwapChain interface [DXGI]
GetDesc method
IDXGISwapChain.GetDesc
IDXGISwapChain::GetDesc
direct3ddxgi.idxgiswapchain_getdesc
dxgi/IDXGISwapChain::GetDesc
direct3ddxgi\idxgiswapchain_getdesc.htm
direct3ddxgi
VS|directx_sdk|~\idxgiswapchain_getdesc.htm
12/05/2018
545f3a98-5c81-337d-c4f7-cc715e0e123f, GetDesc, GetDesc method [DXGI], GetDesc method [DXGI],IDXGISwapChain interface, IDXGISwapChain interface [DXGI],GetDesc method, IDXGISwapChain.GetDesc, IDXGISwapChain::GetDesc, direct3ddxgi.idxgiswapchain_getdesc, dxgi/IDXGISwapChain::GetDesc
dxgi.h
Windows
DXGI.lib
Windows
19H1
IDXGISwapChain::GetDesc
dxgi/IDXGISwapChain::GetDesc
c++
APIRef
kbSyntax
COM
DXGI.lib
DXGI.dll
IDXGISwapChain.GetDesc

IDXGISwapChain::GetDesc

-description

[Starting with Direct3D 11.1, we recommend not to use GetDesc anymore to get a description of the swap chain. Instead, use IDXGISwapChain1::GetDesc1.]

Get a description of the swap chain.

-parameters

-param pDesc [out]

Type: DXGI_SWAP_CHAIN_DESC*

A pointer to the swap-chain description (see DXGI_SWAP_CHAIN_DESC).

-returns

Type: HRESULT

Returns one of the following DXGI_ERROR.

-see-also

IDXGISwapChain