Estrutura IGPUPMigrationVtbl (igpupvdev.h)
A estrutura de IGPUPMigrationVtbl define a tabela virtual para a interfaceIGPUPMigration.
Sintaxe
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;
Membros
b
QueryInterface
Recupera ponteiros para interfaces com suporte.
AddRef
Incrementa a contagem de referência para uma interface em um objeto.
Release
Diminui a contagem de referência para uma interface em um objeto.
SaveImmutableGpup
Método para salvar a partição de GPU imutável.
RestoreImmutableGpup
Método para restaurar a partição de GPU imutável.
Observações
Para obter mais informações, consulte migração ao vivo em computadores GPU-P.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | igpupvdev.h |