estructura D3DKMT_GETPRESENTHISTORY (d3dkmthk.h)
La estructura D3DKMT_GETPRESENTHISTORY describe el estado del historial de copia.
Sintaxis
typedef struct _D3DKMT_GETPRESENTHISTORY {
[in] D3DKMT_HANDLE hAdapter;
[in] UINT ProvidedSize;
[out] UINT WrittenSize;
[in/out] D3DKMT_PRESENTHISTORYTOKEN *pTokens;
[out] UINT NumTokens;
} D3DKMT_GETPRESENTHISTORY;
Miembros
[in] hAdapter
Identificador del adaptador de gráficos.
[in] ProvidedSize
Compatible con Windows 7 y versiones posteriores.
Tamaño, en bytes, del búfer proporcionado al que apunta el pTokens miembro.
[out] WrittenSize
Compatible con Windows 7 y versiones posteriores.
El tamaño, en bytes, que la función D3DKMTGetPresentHistory copia en el búfer al que apunta el miembro pTokens o el tamaño necesario para el primer token.
[in/out] pTokens
Compatible con Windows 7 y versiones posteriores.
Puntero al búfer que recibe los tokens. Cada token se describe mediante una estructura de D3DKMT_PRESENTHISTORYTOKEN.
[out] NumTokens
Compatible con Windows 7 y versiones posteriores.
Número de tokens a los que
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows Vista |
encabezado de |
d3dkmthk.h (incluya D3dkmthk.h) |