D3DKMT_SCATTERBLT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_SCATTERBLT {
  D3DKMT_ALIGN64 ULONG64 hLogicalSurfaceDestination;
  D3DKMT_ALIGN64 LONG64  hDestinationCompSurfDWM;
  D3DKMT_ALIGN64 UINT64  DestinationCompositionBindingId;
  RECT                   SourceRect;
  POINT                  DestinationOffset;
} D3DKMT_SCATTERBLT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_SCATTERBLT structure

Description

The D3DKMT_SCATTERBLT structure is reserved for system use. Don't use it in your driver.

Members

hLogicalSurfaceDestination

A handle to the logical surface destination.

hDestinationCompSurfDWM

A handle to the destination computer's surface desktop windows manager (DWM).

DestinationCompositionBindingId

The destination composition binding Id.

SourceRect

The source rectangle.

DestinationOffset

The destination offset.

Remarks

See also