Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FsRtlNotifyUninitializeSync function (ntifs.h)
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 |
See also
Feedback
Was this page helpful?
