Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |