Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 2.77 KB

nf-dxgi-idxgifactory1-iscurrent.md

File metadata and controls

73 lines (60 loc) · 2.77 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.IDXGIFactory1.IsCurrent
IDXGIFactory1::IsCurrent (dxgi.h)
Informs an application of the possible need to re-enumerate adapters.
IDXGIFactory1 interface [DXGI]
IsCurrent method
IDXGIFactory1.IsCurrent
IDXGIFactory1::IsCurrent
IsCurrent
IsCurrent method [DXGI]
IsCurrent method [DXGI]
IDXGIFactory1 interface
a9f61d9d-ccf9-6f3c-a7a3-9545c2b59500
direct3ddxgi.idxgifactory1_iscurrent
dxgi/IDXGIFactory1::IsCurrent
direct3ddxgi\idxgifactory1_iscurrent.htm
direct3ddxgi
e1337b20-85c2-48e1-9205-aa729c0d0edc
12/05/2018
IDXGIFactory1 interface [DXGI],IsCurrent method, IDXGIFactory1.IsCurrent, IDXGIFactory1::IsCurrent, IsCurrent, IsCurrent method [DXGI], IsCurrent method [DXGI],IDXGIFactory1 interface, a9f61d9d-ccf9-6f3c-a7a3-9545c2b59500, direct3ddxgi.idxgifactory1_iscurrent, dxgi/IDXGIFactory1::IsCurrent
dxgi.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
DXGI.lib
Windows
19H1
IDXGIFactory1::IsCurrent
dxgi/IDXGIFactory1::IsCurrent
c++
APIRef
kbSyntax
COM
DXGI.lib
DXGI.dll
IDXGIFactory1.IsCurrent

-description

Informs an application of the possible need to re-create the factory and re-enumerate adapters.

-returns

Type: BOOL

FALSE, if a new adapter is becoming available or the current adapter is going away. TRUE, no adapter changes.

IsCurrent returns FALSE to inform the calling application to re-enumerate adapters.

-remarks

This method is not supported by DXGI 1.0, which shipped in Windows Vista and Windows Server 2008. DXGI 1.1 support is required, which is available on Windows 7, Windows Server 2008 R2, and as an update to Windows Vista with Service Pack 2 (SP2) (KB 971644) and Windows Server 2008 (KB 971512).

-see-also

DXGI Interfaces

IDXGIFactory1