PFND3DDDI_SETTRANSFORM - NtDoc

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

PFND3DDDI_SETTRANSFORM Pfnd3dddiSettransform;

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

NtDoc

No description available.

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

PFND3DDDI_SETTRANSFORM callback function

Description

The SetTransform function sets up a transform.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_SETTRANSFORM structure that describes how to set up the transform.

Return value

SetTransform returns S_OK or an appropriate error result if the transform is not successfully set up.

See also

D3DDDIARG_SETTRANSFORM

D3DDDI_DEVICEFUNCS