// d3dkmddi.h
typedef struct _DXGKARG_GPUP_PREPARE_LIVE_MIGRATION {
UINT vfIndex;
DXGK_GPUP_MIGRATIONTYPE MigrationType;
} DXGKARG_GPUP_PREPARE_LIVE_MIGRATION;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_GPUP_PREPARE_LIVE_MIGRATION structure contains information for the KMD's DxgkDdiPrepareLiveMigration function to prepare for a live migration.
vfIndex[in] Identifies the virtual function / vDEV being referenced. This index value localizes to the specific virtual device.
MigrationType[in] A DXGK_GPUP_MIGRATION_TYPE enumeration that specifies the type of migration that is about to start.
For more information, see Live migration on GPU-P devices.