D3DKMT_SCATTERBLT structure (d3dkmthk.h)

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

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
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3dkmthk.h