DXGKARG_GPUP_PREPARE_LIVE_MIGRATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_gpup_prepare_live_migration)

Description

The DXGKARG_GPUP_PREPARE_LIVE_MIGRATION structure contains information for the KMD's DxgkDdiPrepareLiveMigration function to prepare for a live migration.

Members

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.

Remarks

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

See also

DXGK_GPUP_MIGRATION_TYPE

DxgkDdiPrepareLiveMigration