Méthode IDXGIAdapter3::UnregisterVideoMemoryBudgetChangeNotification (dxgi1_4.h)

Cette méthode cesse de notifier un objet de synchronisation du processeur chaque fois qu’une modification budgétaire se produit. Une application peut revenir régulièrement à l’interrogation des informations.

Syntaxe

void UnregisterVideoMemoryBudgetChangeNotification(
  [in] DWORD dwCookie
);

Paramètres

[in] dwCookie

Type : DWORD

Valeur de clé pour la fenêtre ou l’événement à désinscrire. La méthode IDXGIAdapter3::RegisterHardwareContentProtectionTeardownStatusEvent retourne cette valeur.

Valeur de retour

None

Notes

Une application peut revenir régulièrement à l’interrogation des informations.

Spécifications

   
Plateforme cible Windows
En-tête dxgi1_4.h (include DXGI1_3.h)
Bibliothèque Dxgi.lib
DLL Dxgi.dll

Voir aussi

IDXGIAdapter3