PFND3DDDI_SETRENDERTARGET - NtDoc

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

PFND3DDDI_SETRENDERTARGET Pfnd3dddiSetrendertarget;

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

NtDoc

No description available.

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

PFND3DDDI_SETRENDERTARGET callback function

Description

The SetRenderTarget function sets the render target surface.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_SETRENDERTARGET structure that describes the render target surface.

Return value

SetRenderTarget returns S_OK or an appropriate error result if the render target surface is not successfully set.

See also

D3DDDIARG_SETRENDERTARGET

D3DDDI_DEVICEFUNCS