D3DKMT_SCATTERBLTS - NtDoc

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

typedef struct _D3DKMT_SCATTERBLTS {
  UINT              NumBlts;
  D3DKMT_SCATTERBLT Blts[D3DKMT_MAX_PRESENT_HISTORY_SCATTERBLTS];
} D3DKMT_SCATTERBLTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_SCATTERBLTS structure

Description

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

Members

NumBlts

The number of Blts (bit-block transfers).

Blts

The Blts.

Remarks

See also