// d3dkmddi.h
typedef struct _DXGK_FRAMEBUFFERSAVEAREA {
SIZE_T MaximumSize;
} DXGK_FRAMEBUFFERSAVEAREA;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_FRAMEBUFFERSAVEAREA structure specifies the size required by the driver to save the frame buffer reserve area during power transitions.
MaximumSizeThe maximum size required by the driver to save the frame buffer reserve area during power transitions. This value must be a multiple of PAGE_SIZE.
See IOMMU-based GPU isolation for more information.
DXGKQAITYPE_FRAMEBUFFERSAVESIZE