// 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 referenceNo description available.
The D3DKMT_SCATTERBLT structure is reserved for system use. Don't use it in your driver.
hLogicalSurfaceDestinationA handle to the logical surface destination.
hDestinationCompSurfDWMA handle to the destination computer's surface desktop windows manager (DWM).
DestinationCompositionBindingIdThe destination composition binding Id.
SourceRectThe source rectangle.
DestinationOffsetThe destination offset.