DXGKDDI_SETALLOCATIONBACKINGSTORE fonction de rappel (d3dkmddi.h)
DXGKDDI_SETALLOCATIONBACKINGSTORE obtient l’adresse de l’espace système dans un magasin de stockage d’allocation graphique.
Syntaxe
DXGKDDI_SETALLOCATIONBACKINGSTORE DxgkddiSetallocationbackingstore;
NTSTATUS DxgkddiSetallocationbackingstore(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SETALLOCATIONBACKINGSTORE pArgs
)
{...}
Paramètres
hAdapter
[in] Gérez le contexte du miniport.
pArgs
[in] Pointeur vers une structure DXGKARG_SETALLOCATIONBACKINGSTORE qui contient des arguments supplémentaires pour cette fonction.
Valeur de retour
Retournez STATUS_SUCCESS si l’opération réussit. Sinon, retournez un code d’erreur NTSTATUS Values approprié.
Remarques
Adresse à laquelle pBackingStore points est valide jusqu’à ce que l’allocation soit détruite par DXGKDDI_DESTROYALLOCATION.
DXGKDDI_SETALLOCATIONBACKINGSTORE est appelée pendant D3DKMTCreateAllocation.
Pour plus d’informations, consultez Partage du magasin de stockage avec KMD.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 11 (WDDM 3.0) |
d’en-tête | d3dkmddi.h |
IRQL | PASSIVE_LEVEL |