Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.36 KB

nf-d3d10effect-id3d10effect-getdevice.md

File metadata and controls

75 lines (60 loc) · 2.36 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:d3d10effect.ID3D10Effect.GetDevice
ID3D10Effect::GetDevice (d3d10effect.h)
Get the device that created the effect.
92eb984e-62b3-6a6f-ab2b-93b561a93fc3
GetDevice
GetDevice method [Direct3D 10]
GetDevice method [Direct3D 10]
ID3D10Effect interface
ID3D10Effect interface [Direct3D 10]
GetDevice method
ID3D10Effect.GetDevice
ID3D10Effect::GetDevice
d3d10effect/ID3D10Effect::GetDevice
direct3d10.id3d10effect_getdevice
direct3d10\id3d10effect_getdevice.htm
direct3d10
VS|directx_sdk|~\id3d10effect_getdevice.htm
12/05/2018
92eb984e-62b3-6a6f-ab2b-93b561a93fc3, GetDevice, GetDevice method [Direct3D 10], GetDevice method [Direct3D 10],ID3D10Effect interface, ID3D10Effect interface [Direct3D 10],GetDevice method, ID3D10Effect.GetDevice, ID3D10Effect::GetDevice, d3d10effect/ID3D10Effect::GetDevice, direct3d10.id3d10effect_getdevice
d3d10effect.h
Windows
Windows
19H1
ID3D10Effect::GetDevice
d3d10effect/ID3D10Effect::GetDevice
c++
APIRef
kbSyntax
COM
D3D10Effect.h
ID3D10Effect.GetDevice

ID3D10Effect::GetDevice

-description

Get the device that created the effect.

-parameters

-param ppDevice [out]

Type: ID3D10Device**

A pointer to an ID3D10Device Interface.

-returns

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

-remarks

An effect is created for a specific device, by calling a function such as D3DX10CreateEffectFromFile.

-see-also

ID3D10Effect Interface