Informs an application of the possible need to re-enumerate adapters.
public:
BOOL IsCurrent()
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.
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).
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).