PFND3DDDI_SUBMITHISTORYSEQUENCECB funzione di callback (d3dumddi.h)

PFND3DDDI_SUBMITHISTORYSEQUENCECB associa i dati del buffer della cronologia a una determinata coda hardware e a un ID di isolamento dello stato.

Sintassi

PFND3DDDI_SUBMITHISTORYSEQUENCECB Pfnd3dddiSubmithistorysequencecb;

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

Parametri

hDevice

[in] Handle per il dispositivo.

unnamedParam2

[in] Puntatore a una struttura D3DDDICB_SUBMITHISTORYSEQUENCE che contiene gli argomenti per questa funzione di callback.

Valore restituito

Se questa funzione di callback ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Intestazione d3dumddi.h

Vedi anche

D3DDDICB_SUBMITHISTORYSEQUENCE