// iddcx.h
struct IDARG_OUT_GETDIRTYRECTS {
UINT DirtyRectOutCount;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the recs that have changed on the surface since the last load.
DirtyRectOutCount[out] Number of dirty rects the OS copied into the pDirtyRects array.