ExUnregisterCallback, fonction (wdm.h)
La routine ExUnregisterCallback supprime une routine de rappel précédemment inscrite auprès d’un objet de rappel de la liste des routines à appeler pendant le processus de notification.
Syntaxe
void ExUnregisterCallback(
[in, out] PVOID CallbackRegistration
);
Paramètres
[in, out] CallbackRegistration
Spécifie la routine de rappel pour annuler l’inscription. Il doit s’agir de la valeur retournée par ExRegisterCallback lorsque le rappel a été inscrit.
Valeur de retour
Aucun
Remarques
Pour plus d’informations sur les objets de rappel, consultez objets de rappel.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Disponible à partir de Windows 2000. |
plateforme cible | Universel |
d’en-tête | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
bibliothèque | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <=APC_LEVEL |
règles de conformité DDI | HwStorPortProhibitedDDIs(storport), IrqlExApcLte2(wdm) |