// d3dkmthk.h
typedef struct _D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN {
[in] D3DKMT_ALIGN64 ULONG64 hlsurf;
[in] DWORD dwDirtyFlags;
[in] D3DKMT_ALIGN64 UINT64 uiCookie;
} D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN structure identifies a GDI system present-history operation.
hlsurf [in]A 64-bit value that specifies the handle to a logical surface to copy from.
dwDirtyFlags [in]A set of flags in a 32-bit value that identifies the active rectangles (dirty regions) of the GDI surface.
uiCookie [in]A 64-bit value that specifies the handle to a physical surface to copy to.