// igpupvdev.h
typedef enum __MIDL_IGPUPMitigationDevice_0003 {
GpupSaveInvalid,
GpupSavePartitionPersist,
GpupSaveMaximum,
GpupPauseResumeGuestRunning
} GPUP_SAVE_RESTORE_PAUSE_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
The __MIDL_IGPUPMitigationDevice_0003 enumeration identifies the possible power device state values.
GpupSaveInvalidInitial state.
GpupSavePartitionPersistThe physical device will be maintained; only the UMED is being reloaded.
GpupSaveMaximumMaximum value of the enumeration.
For more information see Live migration on GPU-P machines.