Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 2.69 KB

nf-dxgi1_6-dxgideclareadapterremovalsupport.md

File metadata and controls

83 lines (60 loc) · 2.69 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:dxgi1_6.DXGIDeclareAdapterRemovalSupport
DXGIDeclareAdapterRemovalSupport function (dxgi1_6.h)
Allows a process to indicate that it's resilient to any of its graphics devices being removed.
DXGIDeclareAdapterRemovalSupport
DXGIDeclareAdapterRemovalSupport function [DXGI]
direct3ddxgi.dxgideclareadapterremovalsupport
dxgi1_6/DXGIDeclareAdapterRemovalSupport
direct3ddxgi\dxgideclareadapterremovalsupport.htm
direct3ddxgi
602EA66C-6D3D-4604-822C-DBD66EB70C3C
12/05/2018
DXGIDeclareAdapterRemovalSupport, DXGIDeclareAdapterRemovalSupport function [DXGI], direct3ddxgi.dxgideclareadapterremovalsupport, dxgi1_6/DXGIDeclareAdapterRemovalSupport
dxgi1_6.h
Windows
Windows 10, version 1803 [desktop apps only]
None supported
Dxgi.lib
Dxgi.dll
Windows
19H1
DXGIDeclareAdapterRemovalSupport
dxgi1_6/DXGIDeclareAdapterRemovalSupport
c++
APIRef
kbSyntax
DllExport
dxgi.dll
DXGIDeclareAdapterRemovalSupport

DXGIDeclareAdapterRemovalSupport function

-description

Allows a process to indicate that it's resilient to any of its graphics devices being removed.

-returns

Type: HRESULT

Returns S_OK if successful; an error code otherwise. If this function is called after device creation, it returns DXGI_ERROR_INVALID_CALL. If this is not the first time that this function is called, it returns DXGI_ERROR_ALREADY_EXISTS. For a full list of error codes, see DXGI_ERROR.

-remarks

This function is graphics API-agnostic, meaning that apps running on other APIs, such as OpenGL and Vulkan, would also apply.

This function should be called once per process and before any device creation.

-see-also

DXGI AdapterRemovalSupport test sample

DXGI Functions

xGPU UWP sample

xGPU desktop sample