// d3dkmthk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN structure identifies a bit-block transfer (bitblt) present-history operation.
hLogicalSurface [in]A 64-bit value that specifies the handle to a logical surface to copy from.
hPhysicalSurface [in]A 64-bit value that specifies the handle to a physical surface to copy to.
EventId [in]A 64-bit value that identifies the bitblt event.
DirtyRegions [in]A D3DKMT_DIRTYREGIONS structure that identifies the active rectangles (dirty regions) of the bitblt surface.