estrutura D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN (d3dkmthk.h)
A estrutura D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN identifica uma operação de histórico atual de transferência de bloco de bits (bitblt).
Sintaxe
typedef struct _D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN {
[in] D3DKMT_ALIGN64 ULONG64 hLogicalSurface;
[in] D3DKMT_ALIGN64 ULONG64 hPhysicalSurface;
[in] D3DKMT_ALIGN64 ULONG64 EventId;
[in] D3DKMT_DIRTYREGIONS DirtyRegions;
} D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN;
Membros
[in] hLogicalSurface
Um valor de 64 bits que especifica o identificador para uma superfície lógica da qual copiar.
[in] hPhysicalSurface
Um valor de 64 bits que especifica o identificador para uma superfície física para a qual copiar.
[in] EventId
Um valor de 64 bits que identifica o evento bitblt.
[in] DirtyRegions
Uma estrutura D3DKMT_DIRTYREGIONS que identifica os retângulos ativos (sujo regiões) da superfície bitblt.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN tem suporte a partir do sistema operacional Windows 7. |
Cabeçalho | d3dkmthk.h (inclua D3dkmthk.h) |