GPUP_SAVE_RESTORE_PAUSE_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// igpupvdev.h

typedef enum __MIDL_IGPUPMitigationDevice_0003 {
  GpupSaveInvalid,
  GpupSavePartitionPersist,
  GpupSaveMaximum,
  GpupPauseResumeGuestRunning
} GPUP_SAVE_RESTORE_PAUSE_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-igpupvdev-__midl_igpupmitigationdevice_0003)

__MIDL_IGPUPMitigationDevice_0003 enumeration

Description

The __MIDL_IGPUPMitigationDevice_0003 enumeration identifies the possible power device state values.

Constants

GpupSaveInvalid

Initial state.

GpupSavePartitionPersist

The physical device will be maintained; only the UMED is being reloaded.

GpupSaveMaximum

Maximum value of the enumeration.

Remarks

For more information see Live migration on GPU-P machines.