Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 2.45 KB

ns-d3dumddi-_d3dddiarg_volumeblt1.md

File metadata and controls

90 lines (65 loc) · 2.45 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:d3dumddi._D3DDDIARG_VOLUMEBLT1
_D3DDDIARG_VOLUMEBLT1 (d3dumddi.h)
Describes parameters for a volume bit-block transfer (bitblt) operation.
display\d3dddiarg_volumeblt1.htm
display
05/10/2018
D3DDDIARG_VOLUMEBLT1 structure
D3DDDIARG_VOLUMEBLT1, D3DDDIARG_VOLUMEBLT1 structure [Display Devices], _D3DDDIARG_VOLUMEBLT1, d3dumddi/D3DDDIARG_VOLUMEBLT1, display.d3dddiarg_volumeblt1
d3dumddi.h
D3dumddi.h
Windows
Windows 8
Windows Server 2012
Windows
D3DDDIARG_VOLUMEBLT1
_D3DDDIARG_VOLUMEBLT1
d3dumddi/_D3DDDIARG_VOLUMEBLT1
D3DDDIARG_VOLUMEBLT1
d3dumddi/D3DDDIARG_VOLUMEBLT1
APIRef
kbSyntax
HeaderDef
D3dumddi.h
_D3DDDIARG_VOLUMEBLT1
D3DDDIARG_VOLUMEBLT1

_D3DDDIARG_VOLUMEBLT1 structure

-description

Describes parameters for a volume bit-block transfer (bitblt) operation.

-struct-fields

-field hDstResource [in]

A handle to the destination surface.

-field hSrcResource [in]

A handle to the source surface.

-field DstX [in]

The width, in screen coordinates, of the destination volume in which the source volume is copied.

-field DstY [in]

The height, in screen coordinates, of the destination volume in which the source volume is copied.

-field DstZ [in]

The depth, in screen coordinates, of the destination volume in which the source volume is copied.

-field SrcBox [in]

A D3DDDIBOX structure that describes the source volume texture to copy to the destination.

-field CopyFlags

A value that specifies characteristics of a copy operation as a bitwise OR of the values in the D3DDDI_COPY_FLAGS enumeration type.

-see-also

D3DDDIBOX

D3DDDI_COPY_FLAGS