Partager via


PFND3DKMT_OFFERALLOCATIONS fonction de rappel (d3dkmthk.h)

Offre des allocations de mémoire vidéo à réutiliser.

Syntaxe

PFND3DKMT_OFFERALLOCATIONS Pfnd3dkmtOfferallocations;

NTSTATUS Pfnd3dkmtOfferallocations(
  [in] const D3DKMT_OFFERALLOCATIONS *unnamedParam1
)
{...}

Paramètres

[in] unnamedParam1

Pdata

Pointeur vers une structure de D3DKMT_OFFERALLOCATIONS qui définit les allocations de mémoire que le pilote offre pour la réutilisation.

Valeur retournée

Renvoie l'une des valeurs suivantes :

Code de retour Description
STATUS_SUCCESS Les allocations ont été proposées avec succès.
STATUS_DEVICE_REMOVED La carte graphique a été arrêtée ou le périphérique d’affichage a été réinitialisé.
STATUS_INVALID_PARAMETER Les paramètres ont été validés et déterminés comme incorrects.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Universal
En-tête d3dkmthk.h (inclure D3dkmthk.h)

Voir aussi

D3DKMTReclaimAllocations

D3DKMT_OFFERALLOCATIONS