Condividi tramite


Struttura IGPUPMigrationVtbl (igpupvdev.h)

La struttura di IGPUPMigrationVtbl definisce la tabella virtuale per l'interfaccia IGPUPMigration.

Sintassi

typedef struct IGPUPMigrationVtbl {
  void     *b;
  HRESULT(IGPUPMigration *This,REFIID riid, void **ppvObject) * )(QueryInterface;
  ULONG()(IGPUPMigration *This)   * AddRef;
  ULONG()(IGPUPMigration *This)   * Release;
  HRESULT((IGPUPMigration *This,PLUID DeviceLuid,UINT64 *Length,BYTE SaveBuffer * )SaveImmutableGpup[];
  HRESULT()(IGPUPMigration *This,PLUID DeviceLuid,UINT64 Length,BYTE RestoreBuffer * RestoreImmutableGpup[];
} IGPUPMigrationVtbl;

Membri

b

QueryInterface

Recupera i puntatori alle interfacce supportate.

AddRef

Incrementa il conteggio dei riferimenti per un'interfaccia su un oggetto .

Release

Decrementa il conteggio dei riferimenti per un'interfaccia in un oggetto .

SaveImmutableGpup

Metodo per salvare la partizione GPU non modificabile.

RestoreImmutableGpup

Metodo per ripristinare la partizione GPU non modificabile.

Osservazioni

Per altre informazioni, vedere Migrazione in tempo reale nei computer GPU-P.

Fabbisogno

Requisito Valore
intestazione igpupvdev.h

Vedere anche

RestoreImmutableGpup

SaveImmutableGpup

IGPUPMigration