Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FsRtlNotifyUninitializeSync routine deallocates the synchronization object for a notify list.
Syntax
void FsRtlNotifyUninitializeSync(
[in] PNOTIFY_SYNC *NotifySync
);
Parameters
[in] NotifySync
A pointer to a location that contains a pointer to the opaque synchronization object.
Return value
None
Remarks
The FsRtlNotifyUninitializeSync routine deallocates an opaque synchronization object that was allocated by an earlier call to FsRtlNotifyInitializeSync.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 |
Target Platform | Universal |
Header | ntifs.h (include FltKernel.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |