// d3dumddi.h
PFND3DDDI_UPDATEWINFO Pfnd3dddiUpdatewinfo;
HRESULT Pfnd3dddiUpdatewinfo(
HANDLE hDevice,
const D3DDDIARG_WINFO *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The UpdateWInfo function updates the w range for w buffering.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_WINFO structure that describes the w range for w buffering.
UpdateWInfo returns S_OK or an appropriate error result if the w range is not successfully updated.