Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.31 KB

nf-d3d10-id3d10devicechild-getdevice.md

File metadata and controls

70 lines (58 loc) · 2.31 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:d3d10.ID3D10DeviceChild.GetDevice
ID3D10DeviceChild::GetDevice (d3d10.h)
Get a pointer to the device that created this interface. (ID3D10DeviceChild.GetDevice)
GetDevice
GetDevice method [Direct3D 10]
GetDevice method [Direct3D 10]
ID3D10DeviceChild interface
ID3D10DeviceChild interface [Direct3D 10]
GetDevice method
ID3D10DeviceChild.GetDevice
ID3D10DeviceChild::GetDevice
a6448c63-5b6c-87fa-33e0-73a8850ca573
d3d10/ID3D10DeviceChild::GetDevice
direct3d10.id3d10devicechild_getdevice
direct3d10\id3d10devicechild_getdevice.htm
direct3d10
VS|directx_sdk|~\id3d10devicechild_getdevice.htm
12/05/2018
GetDevice, GetDevice method [Direct3D 10], GetDevice method [Direct3D 10],ID3D10DeviceChild interface, ID3D10DeviceChild interface [Direct3D 10],GetDevice method, ID3D10DeviceChild.GetDevice, ID3D10DeviceChild::GetDevice, a6448c63-5b6c-87fa-33e0-73a8850ca573, d3d10/ID3D10DeviceChild::GetDevice, direct3d10.id3d10devicechild_getdevice
d3d10.h
Windows
D3D10.lib
Windows
19H1
ID3D10DeviceChild::GetDevice
d3d10/ID3D10DeviceChild::GetDevice
c++
APIRef
kbSyntax
COM
D3D10.lib
D3D10.dll
ID3D10DeviceChild.GetDevice

ID3D10DeviceChild::GetDevice

-description

Get a pointer to the device that created this interface.

-parameters

-param ppDevice [out]

Type: ID3D10Device**

Address of a pointer to a device (see ID3D10Device Interface).

-remarks

Any returned interfaces will have their reference count incremented by one, so be sure to call ::release() on the returned pointer(s) before they are freed or else you will have a memory leak.

-see-also

ID3D10DeviceChild Interface