PFND3DDDI_COLORFILL - NtDoc

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

PFND3DDDI_COLORFILL Pfnd3dddiColorfill;

HRESULT Pfnd3dddiColorfill(
  HANDLE hDevice,
  const D3DDDIARG_COLORFILL *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_colorfill)

PFND3DDDI_COLORFILL callback function

Description

The ColorFill function fills a rectangle on the surface with a particular color.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_COLORFILL structure that describes the parameters of the color-fill operation.

Return value

ColorFill returns S_OK or an appropriate error result if the color-fill operation is not successfully performed.

See also

D3DDDIARG_COLORFILL

D3DDDI_DEVICEFUNCS