Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGK_GPUP_MIGRATIONTYPE enumeration identifies the side of the migration process to prepare for.
Syntax
typedef enum _DXGK_GPUP_MIGRATIONTYPE {
DXGK_GPUP_MIGRATIONTYPE_SOURCE = 0,
DXGK_GPUP_MIGRATIONTYPE_TARGET = 1
} DXGK_GPUP_MIGRATIONTYPE;
Constants
DXGK_GPUP_MIGRATIONTYPE_SOURCEValue: 0 The migration is starting on the source side. |
DXGK_GPUP_MIGRATIONTYPE_TARGETValue: 1 The migration is starting on the target side. |
Remarks
For more information, see Live migration on GPU-P devices.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
| Header | d3dkmddi.h |