Skip to content

Latest commit

 

History

History
106 lines (71 loc) · 3.31 KB

ns-dxgiddi-dxgi_ddi_arg_blt.md

File metadata and controls

106 lines (71 loc) · 3.31 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:dxgiddi.DXGI_DDI_ARG_BLT
DXGI_DDI_ARG_BLT (dxgiddi.h)
The DXGI_DDI_ARG_BLT structure describes the parameters of a bit-block transfer (bitblt).
display\dxgi_ddi_arg_blt.htm
display
05/10/2018
DXGI_DDI_ARG_BLT structure
DXGI_DDI_ARG_BLT, DXGI_DDI_ARG_BLT structure [Display Devices], UMDisplayDriver_Dx10param_Structs_299fa1c4-8c06-4a7e-a81c-741eb2e8c00a.xml, display.dxgi_ddi_arg_blt, dxgiddi/DXGI_DDI_ARG_BLT
dxgiddi.h
D3d10umddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
DXGI_DDI_ARG_BLT
DXGI_DDI_ARG_BLT
dxgiddi/DXGI_DDI_ARG_BLT
APIRef
kbSyntax
HeaderDef
dxgiddi.h
DXGI_DDI_ARG_BLT

DXGI_DDI_ARG_BLT structure

-description

The DXGI_DDI_ARG_BLT structure describes the parameters of a bit-block transfer (bitblt).

-struct-fields

-field hDevice [in]

A handle to the display device (graphics context) on which the driver performs the bitblt. The Direct3D runtime passes this handle to the driver in the hDrvDevice member of the D3D10DDIARG_CREATEDEVICE structure when the runtime calls the driver's CreateDevice(D3D10) function to create the display device.

-field hDstResource [in]

A handle to the destination resource.

-field DstSubresource [in]

The index to the destination surface within the resource.

-field DstLeft [in]

The x-coordinate of the upper-left corner of the destination rectangle.

-field DstTop [in]

The y-coordinate of the upper-left corner of the destination rectangle.

-field DstRight [in]

The x-coordinate of the lower-right corner of the destination rectangle.

-field DstBottom [in]

The y-coordinate of the lower-right corner of the destination rectangle.

-field hSrcResource [in]

A handle to the source resource.

-field SrcSubresource [in]

The index to the source surface within the resource.

-field Flags [in]

A DXGI_DDI_ARG_BLT_FLAGS structure that identifies the type of bitblt to perform.

-field Rotate [in]

A DXGI_DDI_MODE_ROTATION-typed value that identifies the orientation of the display mode.

-see-also

BltDXGI

DXGI_DDI_ARG_BLT_FLAGS

DXGI_DDI_MODE_ROTATION