Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 3.01 KB

nf-d3d9-idirect3dswapchain9-getpresentparameters.md

File metadata and controls

76 lines (61 loc) · 3.01 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:d3d9.IDirect3DSwapChain9.GetPresentParameters
IDirect3DSwapChain9::GetPresentParameters (d3d9.h)
The IDirect3DSwapChain9::GetPresentParameters (d3d9.h) method retrieves the presentation parameters associated with a swap chain.
GetPresentParameters
GetPresentParameters method [Direct3D 9]
GetPresentParameters method [Direct3D 9]
IDirect3DSwapChain9 interface
IDirect3DSwapChain9 interface [Direct3D 9]
GetPresentParameters method
IDirect3DSwapChain9.GetPresentParameters
IDirect3DSwapChain9::GetPresentParameters
ac85b9e4-b5da-4efa-cb76-254ef41c07cb
d3d9helper/IDirect3DSwapChain9::GetPresentParameters
direct3d9.idirect3dswapchain9__getpresentparameters
direct3d9\idirect3dswapchain9__getpresentparameters.htm
direct3d9
VS|directx_sdk|~\idirect3dswapchain9__getpresentparameters.htm
08/11/2022
GetPresentParameters, GetPresentParameters method [Direct3D 9], GetPresentParameters method [Direct3D 9],IDirect3DSwapChain9 interface, IDirect3DSwapChain9 interface [Direct3D 9],GetPresentParameters method, IDirect3DSwapChain9.GetPresentParameters, IDirect3DSwapChain9::GetPresentParameters, ac85b9e4-b5da-4efa-cb76-254ef41c07cb, d3d9helper/IDirect3DSwapChain9::GetPresentParameters, direct3d9.idirect3dswapchain9__getpresentparameters
d3d9.h
D3D9.h
Windows
D3D9.lib
Windows
19H1
IDirect3DSwapChain9::GetPresentParameters
d3d9/IDirect3DSwapChain9::GetPresentParameters
c++
APIRef
kbSyntax
COM
D3D9.lib
D3D9.dll
IDirect3DSwapChain9.GetPresentParameters

IDirect3DSwapChain9::GetPresentParameters

-description

Retrieves the presentation parameters associated with a swap chain.

-parameters

-param pPresentationParameters [out, retval]

Type: D3DPRESENT_PARAMETERS*

Pointer to the presentation parameters. See D3DPRESENT_PARAMETERS.

-returns

Type: HRESULT

If the method succeeds, the return value is D3D_OK. If the method fails, the return value can be D3DERR_INVALIDCALL.

-remarks

This method can be used to see the presentation parameters of the parent swap chain of a surface (a back buffer, for instance). The parent swap chain can be retrieved with IDirect3DSurface9::GetContainer.

-see-also

IDirect3DSwapChain9