// d3dumddi.h
PFND3DDDI_SETZRANGE Pfnd3dddiSetzrange;
HRESULT Pfnd3dddiSetzrange(
HANDLE hDevice,
const D3DDDIARG_ZRANGE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The SetZRange function informs the driver about the range of z values.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_ZRANGE structure that specifies minimum and maximum values for the range of z values.
SetZRange returns S_OK or an appropriate error result if the driver is not successfully informed about the range of z values.