// d3dkmddi.h
typedef enum _DXGKARG_QUERYDIRTYBITDATAFLAGS {
DXGKARG_QUERYDIRTYBITDATAFLAGS_CLEARDATA = 1
} DXGKARG_QUERYDIRTYBITDATAFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_QUERYDIRTYBITDATAFLAGS enumeration specifies flags for a call to DxgkDdiQueryDirtyBitData.
DXGKARG_QUERYDIRTYBITDATAFLAGS_CLEARDATA:1Indicates 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.
For more information, see Dirty bit tracking.