// d3dumddi.h
PFND3DDDI_BUFBLT Pfnd3dddiBufblt;
HRESULT Pfnd3dddiBufblt(
HANDLE hDevice,
const D3DDDIARG_BUFFERBLT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The BufBlt function performs a bit-block transfer (bitblt) operation from a source vertex or index buffer to a destination vertex or index buffer.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_BUFFERBLT structure that describes the parameters of the buffer bitblt operation.
BufBlt returns S_OK or an appropriate error result if the buffer bitblt operation is not successfully performed.