D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN - NtDoc

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

NtDoc

No description available.

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

_D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN structure

Description

The D3DKMT_BLTMODEL_PRESENTHISTORYTOKEN structure identifies a bit-block transfer (bitblt) 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.

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.

See also

D3DKMT_DIRTYREGIONS

D3DKMT_PRESENTHISTORYTOKEN