structure DXGKARG_SETALLOCATIONBACKINGSTORE (d3dkmddi.h)

La structure DXGKARG_SETALLOCATIONBACKINGSTORE contient les arguments utilisés par la fonction de rappel DXGKDDI_SETALLOCATIONBACKINGSTORE pour obtenir l’adresse d’espace système dans un magasin de stockage d’allocation graphique.

Syntaxe

typedef struct _DXGKARG_SETALLOCATIONBACKINGSTORE {
  HANDLE hDriverAllocation;
  VOID   *pBackingStore;
} DXGKARG_SETALLOCATIONBACKINGSTORE;

Membres

hDriverAllocation

[in] Gérez l’objet d’allocation de pilote. Ce handle a été retourné par DXGKDDI_CREATEALLOCATION.

pBackingStore

[in] Pointeur vers une adresse dans l’espace système pour le magasin de stockage d’allocation. L’adresse est valide jusqu’à ce que DXGKDDI_DESTROYALLOCATION soit appelé.

Remarques

Pour plus d’informations, consultez Partage du magasin de stockage avec KMD .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11 (WDDM 3.0)
En-tête d3dkmddi.h

Voir aussi

DXGKDDI_SETALLOCATIONBACKINGSTORE