// d3dumddi.h
PFND3DDDI_MULTIPLYTRANSFORM Pfnd3dddiMultiplytransform;
HRESULT Pfnd3dddiMultiplytransform(
HANDLE hDevice,
const D3DDDIARG_MULTIPLYTRANSFORM *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The MultiplyTransform function modifies the current transform.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_MULTIPLYTRANSFORM structure that describes how to modify the current transform.
MultiplyTransform returns S_OK or an appropriate error result if the transform is not successfully modified.