DXGK_GPUP_MIGRATIONTYPE - NtDoc

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

typedef enum _DXGK_GPUP_MIGRATIONTYPE {
  DXGK_GPUP_MIGRATIONTYPE_SOURCE = 0,
  DXGK_GPUP_MIGRATIONTYPE_TARGET = 1
} DXGK_GPUP_MIGRATIONTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-dxgk_gpup_migrationtype)

Description

The DXGK_GPUP_MIGRATIONTYPE enumeration identifies the side of the migration process to prepare for.

Constants

DXGK_GPUP_MIGRATIONTYPE_SOURCE:0

The migration is starting on the source side.

DXGK_GPUP_MIGRATIONTYPE_TARGET:1

The migration is starting on the target side.

Remarks

For more information, see Live migration on GPU-P devices.

See also

DXGKARG_GPUP_PREPARE_LIVE_MIGRATION

DxgkDdiPrepareLiveMigration