Condividi tramite


struttura D3DKMT_GETPRESENTHISTORY (d3dkmthk.h)

La struttura D3DKMT_GETPRESENTHISTORY descrive lo stato della cronologia di copia.

Sintassi

typedef struct _D3DKMT_GETPRESENTHISTORY {
  [in]     D3DKMT_HANDLE              hAdapter;
  [in]     UINT                       ProvidedSize;
  [out]    UINT                       WrittenSize;
  [in/out] D3DKMT_PRESENTHISTORYTOKEN *pTokens;
  [out]    UINT                       NumTokens;
} D3DKMT_GETPRESENTHISTORY;

Membri

[in] hAdapter

Handle per la scheda grafica.

[in] ProvidedSize

Supportato in Windows 7 e versioni successive.

Dimensioni, in byte, del buffer fornito a cui punta il pTokens membro.

[out] WrittenSize

Supportato in Windows 7 e versioni successive.

Dimensioni, in byte, copiate dalla funzione D3DKMTGetPresentHistory nel buffer a cui punta il pTokens membro o le dimensioni necessarie per il primo token.

[in/out] pTokens

Supportato in Windows 7 e versioni successive.

Puntatore al buffer che riceve i token. Ogni token è descritto da una struttura D3DKMT_PRESENTHISTORYTOKEN.

[out] NumTokens

Supportato in Windows 7 e versioni successive.

Numero di token a cui la funzione D3DKMTGetPresentHistory copia nel buffer a cui punta il membro pTokens.

Fabbisogno

Requisito Valore
client minimo supportato Windows Vista
intestazione d3dkmthk.h (include D3dkmthk.h)

Vedere anche

D3DKMTGetPresentHistory

D3DKMT_PRESENTHISTORYTOKEN