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 to restore memory for driver hot updates.
Syntax
typedef struct _DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS {
union {
struct {
UINT RestoreComplete : 1;
UINT Reserved : 31;
};
UINT Value;
};
} DXGK_RESTOREMEMORYFORHOTUPDATEFLAGS;
Members
RestoreComplete
Restore is complete.
Reserved
Reserved.
Value
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3dkmddi.h |