PFND3DDDI_UPDATEWINFO - NtDoc

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

PFND3DDDI_UPDATEWINFO Pfnd3dddiUpdatewinfo;

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

NtDoc

No description available.

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

PFND3DDDI_UPDATEWINFO callback function

Description

The UpdateWInfo function updates the w range for w buffering.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_WINFO structure that describes the w range for w buffering.

Return value

UpdateWInfo returns S_OK or an appropriate error result if the w range is not successfully updated.

See also

D3DDDIARG_WINFO

D3DDDI_DEVICEFUNCS