Skip to content

Latest commit

 

History

History
80 lines (61 loc) · 2.36 KB

nn-d3d9helper-idirect3dvolume9.md

File metadata and controls

80 lines (61 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
NN:d3d9helper.IDirect3DVolume9
IDirect3DVolume9 (d3d9helper.h)
The IDirect3DVolume9 interface (d3d9helper.h) provides methods to manipulate volume resources.
3502e743-9dc5-6b50-07d2-5a1e110c1543
IDirect3DVolume9
IDirect3DVolume9 interface [Direct3D 9]
IDirect3DVolume9 interface [Direct3D 9]
described
d3d9helper/IDirect3DVolume9
direct3d9.idirect3dvolume9
direct3d9\idirect3dvolume9.htm
direct3d9
VS|directx_sdk|~\idirect3dvolume9.htm
08/12/2022
3502e743-9dc5-6b50-07d2-5a1e110c1543, IDirect3DVolume9, IDirect3DVolume9 interface [Direct3D 9], IDirect3DVolume9 interface [Direct3D 9],described, d3d9helper/IDirect3DVolume9, direct3d9.idirect3dvolume9
d3d9helper.h
D3D9.h
Windows
D3d9.lib
Windows
19H1
IDirect3DVolume9
d3d9helper/IDirect3DVolume9
c++
APIRef
kbSyntax
COM
d3d9.lib
d3d9.dll
IDirect3DVolume9

IDirect3DVolume9 interface

-description

Applications use the methods of the IDirect3DVolume9 interface to manipulate volume resources.

-inheritance

The IDirect3DVolume9 interface inherits from the IUnknown interface. IDirect3DVolume9 also has these types of members:

-remarks

The IDirect3DVolume9 interface is obtained by calling the IDirect3DVolumeTexture9::GetVolumeLevel method.

This interface, like all COM interfaces, inherits from the IUnknown interface.

The LPDIRECT3DVOLUME9 and PDIRECT3DVOLUME9 types are defined as pointers to the IDirect3DVolume9 interface.


typedef struct IDirect3DVolume9 *LPDIRECT3DVOLUME9, *PDIRECT3DVOLUME9;

-see-also

Direct3D Interfaces