DXGKARG_QUERYDIRTYBITDATAFLAGS - NtDoc

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

typedef enum _DXGKARG_QUERYDIRTYBITDATAFLAGS {
  DXGKARG_QUERYDIRTYBITDATAFLAGS_CLEARDATA = 1
} DXGKARG_QUERYDIRTYBITDATAFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-dxgkarg_querydirtybitdataflags)

Description

The DXGKARG_QUERYDIRTYBITDATAFLAGS enumeration specifies flags for a call to DxgkDdiQueryDirtyBitData.

Constants

DXGKARG_QUERYDIRTYBITDATAFLAGS_CLEARDATA:1

Indicates that the driver should atomically clear the bitplane data during the request. Otherwise, the driver should return a copy of the data without clearing it.

Remarks

For more information, see Dirty bit tracking.

See also

DXGKARG_QUERYDIRTYBITDATA

DxgkDdiQueryDirtyBitData