FsRtlNotifyUninitializeSync - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

VOID FsRtlNotifyUninitializeSync(
  [in] PNOTIFY_SYNC *NotifySync
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-_fsrtl_advanced_fcb_header-fsrtlnotifyuninitializesync)

FsRtlNotifyUninitializeSync function

Description

The FsRtlNotifyUninitializeSync routine deallocates the synchronization object for a notify list.

Parameters

NotifySync [in]

A pointer to a location that contains a pointer to the opaque synchronization object.

Remarks

The FsRtlNotifyUninitializeSync routine deallocates an opaque synchronization object that was allocated by an earlier call to FsRtlNotifyInitializeSync.

See also

FsRtlNotifyInitializeSync