D3DKMT_GETPRESENTHISTORY struttura (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;

Members

[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 membro pTokens .

[out] WrittenSize

Supportato in Windows 7 e versioni successive.

Le dimensioni, in byte, che la funzione D3DKMTGetPresentHistory copia nel buffer a cui punta il membro pTokens 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 viene 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 .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMTGetPresentHistory

D3DKMT_PRESENTHISTORYTOKEN