Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.07 KB

nf-windows-graphics-directx-direct3d11-interop-idirect3ddxgiinterfaceaccess-getinterface.md

File metadata and controls

76 lines (59 loc) · 2.07 KB
UID title description helpviewer_keywords tech.root ms.assetid ms.date ms.keywords req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi targetos f1_keywords dev_langs topic_type api_type api_location api_name
NF:windows.graphics.directx.direct3d11.interop.IDirect3DDxgiInterfaceAccess.GetInterface
IDirect3DDxgiInterfaceAccess::GetInterface method
Retrieves the DXGI interface that is wrapped by the IDirect3DDxgiInterfaceAccess object.
GetInterface
GetInterface function [Direct3D 11]
windows.graphics.directx.direct3d11.interop/GetInterface
direct3d11.getinterface
winrt
05/13/2019
GetInterface, GetInterface function [Direct3D 11], windows.graphics.directx.direct3d11.interop/GetInterface, direct3d11.getinterface
function
D3D11.dll
windows.graphics.directx.direct3d11.interop.h
D3D11.lib
Windows 10 Build 20348
Windows 10 Build 20348
Windows
Windows
IDirect3DDxgiInterfaceAccess::GetInterface
windows.graphics.directx.direct3d11.interop/IDirect3DDxgiInterfaceAccess::GetInterface
c++
APIRef
kbSyntax
COM
D3D11.dll
GetInterface

GetInterface function

-description

Retrieves the DXGI interface that is wrapped by the IDirect3DDxgiInterfaceAccess object.

-parameters

-param iid [in]

Type: REFIID

A reference to the globally unique identifier (GUID) of the interface that you wish to be returned in p.

-param p [out]

Type: void**

A pointer to a memory block that receives a pointer to the DXGI interface.

-returns

Type: HRESULT

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

-see-also

Core interfaces