Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.51 KB

nf-dxgi1_3-dxgigetdebuginterface1.md

File metadata and controls

83 lines (63 loc) · 2.51 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_3.DXGIGetDebugInterface1
DXGIGetDebugInterface1 function (dxgi1_3.h)
Retrieves an interface that Windows Store apps use for debugging the Microsoft DirectX Graphics Infrastructure (DXGI).
DXGIGetDebugInterface1
DXGIGetDebugInterface1 function [DXGI]
direct3ddxgi.dxgigetdebuginterface1
dxgi1_3/DXGIGetDebugInterface1
direct3ddxgi\dxgigetdebuginterface1.htm
direct3ddxgi
0FE0EAF5-3ADC-426F-9DA9-FEDEC519EEF0
12/05/2018
DXGIGetDebugInterface1, DXGIGetDebugInterface1 function [DXGI], direct3ddxgi.dxgigetdebuginterface1, dxgi1_3/DXGIGetDebugInterface1
dxgi1_3.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
DXGI.lib
Dxgi.dll
Windows
19H1
DXGIGetDebugInterface1
dxgi1_3/DXGIGetDebugInterface1
c++
APIRef
kbSyntax
DllExport
dxgi.dll
DXGIGetDebugInterface1

DXGIGetDebugInterface1 function

-description

Retrieves an interface that Windows Store apps use for debugging the Microsoft DirectX Graphics Infrastructure (DXGI).

-parameters

-param Flags

Not used.

-param riid

The globally unique identifier (GUID) of the requested interface type, which can be the identifier for the IDXGIDebug, IDXGIDebug1, or IDXGIInfoQueue interfaces.

-param pDebug [out]

A pointer to a buffer that receives a pointer to the debugging interface.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

The DXGIGetDebugInterface1 function returns E_NOINTERFACE on systems without the Windows Software Development Kit (SDK) installed, because it's a development-time aid.

-see-also

DXGI Functions

IDXGIDebug1