// d3dumddi.h
PFND3DDDI_COLORFILL Pfnd3dddiColorfill;
HRESULT Pfnd3dddiColorfill(
HANDLE hDevice,
const D3DDDIARG_COLORFILL *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The ColorFill function fills a rectangle on the surface with a particular color.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_COLORFILL structure that describes the parameters of the color-fill operation.
ColorFill returns S_OK or an appropriate error result if the color-fill operation is not successfully performed.