// d3dumddi.h
PFND3DDDI_SUBMITHISTORYSEQUENCECB Pfnd3dddiSubmithistorysequencecb;
HRESULT Pfnd3dddiSubmithistorysequencecb(
HANDLE hDevice,
const D3DDDICB_SUBMITHISTORYSEQUENCE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
PFND3DDDI_SUBMITHISTORYSEQUENCECB associates history buffer data with a particular hardware queue and progress fence ID.
hDevice[in] A handle to the device.
unnamedParam2[in] Pointer to a D3DDDICB_SUBMITHISTORYSEQUENCE structure that contains the arguments for this callback function.
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
D3DDDICB_SUBMITHISTORYSEQUENCE