D3DDDIARG_BUFFERBLT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDIARG_BUFFERBLT {
  [in] HANDLE      hDstResource;
  [in] HANDLE      hSrcResource;
  [in] UINT        Offset;
  [in] D3DDDIRANGE SrcRange;
} D3DDDIARG_BUFFERBLT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_bufferblt)

_D3DDDIARG_BUFFERBLT structure

Description

The D3DDDIARG_BUFFERBLT structure describes the parameters of a buffer bit-block transfer (bitblt) operation.

Members

hDstResource [in]

A handle to the destination vertex or index buffer.

hSrcResource [in]

A handle to the source vertex or index buffer.

Offset [in]

The offset, in bytes, of the destination buffer that the copy should be directed into.

SrcRange [in]

A D3DDDIRANGE structure that indicates what range of the source buffer should be copied. This D3DDDIRANGE specifies an offset and size, in bytes.

See also

BufBlt