D3DKMT_SCATTERBLT structure (d3dkmthk.h)

Reserved for system use.

Syntax

typedef struct _D3DKMT_SCATTERBLT {
  D3DKMT_ALIGN64 ULONG64 hLogicalSurfaceDestination;
  D3DKMT_ALIGN64 LONG64  hDestinationCompSurfDWM;
  D3DKMT_ALIGN64 UINT64  DestinationCompositionBindingId;
  RECT                   SourceRect;
  POINT                  DestinationOffset;
} D3DKMT_SCATTERBLT;

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.

Requirements

Requirement Value
Header d3dkmthk.h