PFND3DDDI_STATESET - NtDoc

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

PFND3DDDI_STATESET Pfnd3dddiStateset;

HRESULT Pfnd3dddiStateset(
  HANDLE hDevice,
  D3DDDIARG_STATESET *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DDDI_STATESET callback function

Description

The StateSet function sets a state block.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_STATESET structure that describes how to set the state block.

Return value

StateSet returns S_OK or an appropriate error result if the state block is not successfully set.

See also

D3DDDIARG_STATESET

D3DDDI_DEVICEFUNCS