D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_gdimodel_presenthistorytoken)

_D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN structure

Description

The D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN structure identifies a GDI present-history operation.

Members

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.

ScrollRect

This member is reserved and should be set to zero.

Supported starting with Windows 8.

ScrollOffset

This 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.

See also

D3DKMT_DIRTYREGIONS

D3DKMT_PRESENTHISTORYTOKEN