PFND3DDDI_SUBMITHISTORYSEQUENCECB callback function (d3dumddi.h)

PFND3DDDI_SUBMITHISTORYSEQUENCECB associates history buffer data with a particular hardware queue and progress fence ID.

Syntax

PFND3DDDI_SUBMITHISTORYSEQUENCECB Pfnd3dddiSubmithistorysequencecb;

HRESULT Pfnd3dddiSubmithistorysequencecb(
  HANDLE hDevice,
  const D3DDDICB_SUBMITHISTORYSEQUENCE *unnamedParam2
)
{...}

Parameters

hDevice

[in] A handle to the device.

unnamedParam2

[in] Pointer to a D3DDDICB_SUBMITHISTORYSEQUENCE structure that contains the arguments for this callback function.

Return value

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Header d3dumddi.h

See also

D3DDDICB_SUBMITHISTORYSEQUENCE