// d3dkmddi.h
typedef struct _DXGK_SAVEMEMORYFORHOTUPDATEFLAGS {
union {
struct {
UINT CancelHotUpdate : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_SAVEMEMORYFORHOTUPDATEFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Flags used when saving memory for driver hot updates.
CancelHotUpdateCancel hot update.
ReservedValue