// ntifs.h
VOID FsRtlNotifyUninitializeSync(
[in] PNOTIFY_SYNC *NotifySync
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlNotifyUninitializeSync routine deallocates the synchronization object for a notify list.
NotifySync [in]A pointer to a location that contains a pointer to the opaque synchronization object.
The FsRtlNotifyUninitializeSync routine deallocates an opaque synchronization object that was allocated by an earlier call to FsRtlNotifyInitializeSync.