PFND3DKMT_RECLAIMALLOCATIONS fonction de rappel (d3dkmthk.h)
Récupère les allocations de mémoire vidéo.
Syntaxe
PFND3DKMT_RECLAIMALLOCATIONS Pfnd3dkmtReclaimallocations;
NTSTATUS Pfnd3dkmtReclaimallocations(
[in, out] const D3DKMT_RECLAIMALLOCATIONS *unnamedParam1
)
{...}
Paramètres
[in, out] unnamedParam1
Pdata
Pointeur vers une structure D3DKMT_RECLAIMALLOCATIONS qui définit les allocations de mémoire à récupérer.
Valeur retournée
Renvoie l'une des valeurs suivantes :
Code de retour | Description |
---|---|
STATUS_SUCCESS | Les allocations ont été récupéré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 (include D3dkmthk.h) |