// d3dumddi.h
PFND3DDDI_SETTRANSFORM Pfnd3dddiSettransform;
HRESULT Pfnd3dddiSettransform(
HANDLE hDevice,
const D3DDDIARG_SETTRANSFORM *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The SetTransform function sets up a transform.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_SETTRANSFORM structure that describes how to set up the transform.
SetTransform returns S_OK or an appropriate error result if the transform is not successfully set up.