DXGK_SAVEMEMORYFORHOTUPDATEFLAGS structure (d3dkmddi.h)
Flags used when saving memory for driver hot updates.
Syntax
typedef struct _DXGK_SAVEMEMORYFORHOTUPDATEFLAGS {
union {
struct {
UINT CancelHotUpdate : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_SAVEMEMORYFORHOTUPDATEFLAGS;
Members
CancelHotUpdate
Cancel hot update.
Reserved
Value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3dkmddi.h |