PFND3DDDI_MULTIPLYTRANSFORM - NtDoc

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

PFND3DDDI_MULTIPLYTRANSFORM Pfnd3dddiMultiplytransform;

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

NtDoc

No description available.

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

PFND3DDDI_MULTIPLYTRANSFORM callback function

Description

The MultiplyTransform function modifies the current transform.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_MULTIPLYTRANSFORM structure that describes how to modify the current transform.

Return value

MultiplyTransform returns S_OK or an appropriate error result if the transform is not successfully modified.

See also

D3DDDIARG_MULTIPLYTRANSFORM

D3DDDI_DEVICEFUNCS