// d3dumddi.h
typedef struct _D3DDDIARG_BUFFERBLT1 {
HANDLE hDstResource;
HANDLE hSrcResource;
UINT Offset;
D3DDDIRANGE SrcRange;
UINT CopyFlags;
} D3DDDIARG_BUFFERBLT1;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the parameters of a buffer bit-block transfer (bitblt) operation.
hDstResourceA handle to the destination resource.
hSrcResourceA handle to the source resource.
OffsetThe offset in the destination surface, in bytes.
SrcRangeThe source range.
CopyFlagsA value that specifies characteristics of a copy operation as a bitwise OR of the values in the D3DDDI_COPY_FLAGS enumeration type.