Fonction FsRtlNotifyUninitializeSync (ntifs.h)
La routine FsRtlNotifyUninitializeSync libère l’objet de synchronisation pour une liste de notification.
Syntaxe
void FsRtlNotifyUninitializeSync(
[in] PNOTIFY_SYNC *NotifySync
);
Paramètres
[in] NotifySync
Pointeur vers un emplacement qui contient un pointeur vers l’objet de synchronisation opaque.
Valeur de retour
None
Remarques
La routine FsRtlNotifyUninitializeSync libère un objet de synchronisation opaque qui a été alloué par un appel antérieur à FsRtlNotifyInitializeSync.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 |
Plateforme cible | Universal |
En-tête | ntifs.h (include FltKernel.h, Ntifs.h) |
Bibliothèque | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |