Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.66 KB

nf-windows-graphics-directx-direct3d11-interop-getdxgiinterfacefromobject.md

File metadata and controls

79 lines (61 loc) · 1.66 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.GetDXGIInterfaceFromObject
GetDXGIInterfaceFromObject
Retrieves a DXGI interface from an object.
interop::GetDXGIInterfaceFromObject
winrt
D6C4A15E-7E26-4289-ABF8-254656FFB864
05/13/2019
interop::GetDXGIInterfaceFromObject
function
D3D11.dll
windows.graphics.directx.direct3d11.interop.h
D3D11.lib
Windows
Windows
GetDXGIInterfaceFromObject
windows.graphics.directx.direct3d11.interop/GetDXGIInterfaceFromObject
c++
APIRef
kbSyntax
DllExport
D3D11.dll
interop::GetDXGIInterfaceFromObject

-description

Retrieves a DXGI interface from an object.

-parameters

-param object

Type: Platform::Object^

The object to retrieve the DXGI interface from.

-param iid

Type: REFIID

The ID of the interface to retrieve.

-param p

Type: void**

On return, contains the retrieved DXGI interface.

-returns

Type: HRESULT

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

-remarks

-see-also