PFND3DDDI_SUBMITHISTORYSEQUENCECB - NtDoc

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

PFND3DDDI_SUBMITHISTORYSEQUENCECB Pfnd3dddiSubmithistorysequencecb;

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

NtDoc

No description available.

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

Description

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

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.

Remarks

See also

D3DDDICB_SUBMITHISTORYSEQUENCE