// d3dumddi.h
PFND3DDDI_STATESET Pfnd3dddiStateset;
HRESULT Pfnd3dddiStateset(
HANDLE hDevice,
D3DDDIARG_STATESET *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The StateSet function sets a state block.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_STATESET structure that describes how to set the state block.
StateSet returns S_OK or an appropriate error result if the state block is not successfully set.