D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN - NtDoc

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

NtDoc

No description available.

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

_D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN structure

Description

The D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN structure identifies a GDI system present-history operation.

Members

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.

See also

D3DKMT_PRESENTHISTORYTOKEN