PFND3DDDI_SETZRANGE - NtDoc

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

PFND3DDDI_SETZRANGE Pfnd3dddiSetzrange;

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

NtDoc

No description available.

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

PFND3DDDI_SETZRANGE callback function

Description

The SetZRange function informs the driver about the range of z values.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_ZRANGE structure that specifies minimum and maximum values for the range of z values.

Return value

SetZRange returns S_OK or an appropriate error result if the driver is not successfully informed about the range of z values.

See also

D3DDDIARG_ZRANGE

D3DDDI_DEVICEFUNCS