// d3dkmthk.h
typedef struct _D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN {
[in] D3DKMT_ALIGN64 ULONG64 hLogicalSurface;
[in] D3DKMT_ALIGN64 ULONG64 hPhysicalSurface;
RECT ScrollRect;
POINT ScrollOffset;
[in] D3DKMT_DIRTYREGIONS DirtyRegions;
} D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN structure identifies a GDI 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.
ScrollRectThis member is reserved and should be set to zero.
Supported starting with Windows 8.
ScrollOffsetThis member is reserved and should be set to zero.
Supported starting with Windows 8.
DirtyRegions [in]A D3DKMT_DIRTYREGIONS structure that identifies the active rectangles (dirty regions) of the GDI surface.