diff options
Diffstat (limited to 'filesys/miniFilter')
| -rw-r--r-- | filesys/miniFilter/NameChanger/ReadMe.md | 2 | ||||
| -rw-r--r-- | filesys/miniFilter/delete/ReadMe.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filesys/miniFilter/NameChanger/ReadMe.md b/filesys/miniFilter/NameChanger/ReadMe.md index 3aff5c17..9a2e9929 100644 --- a/filesys/miniFilter/NameChanger/ReadMe.md +++ b/filesys/miniFilter/NameChanger/ReadMe.md @@ -43,7 +43,7 @@ The minifilter samples come with an INF file that will install the minifilter. T 1. Make sure that *filtername*.sys and *filtername*.inf are in the same directory. - **Note** This installation will make the necessary registry updates to register the minifilter service and place *filtername*.sys in the %SystemRoot%\\system32\\drivers directory. + **Note** This installation will make the necessary registry updates to register the minifilter service and place *filtername*.sys in the %SystemRoot%\\system32\\drivers directory. 2. In Windows Explorer, right-click *filtername*.inf, and click **Install**. diff --git a/filesys/miniFilter/delete/ReadMe.md b/filesys/miniFilter/delete/ReadMe.md index 0cf71ced..05782834 100644 --- a/filesys/miniFilter/delete/ReadMe.md +++ b/filesys/miniFilter/delete/ReadMe.md @@ -11,6 +11,6 @@ Design and Operation The *delete* minifilter illustrates how to detect deletion of files and streams. It monitors IRP\_MJ\_CREATE requests for the FILE\_DELETE\_ON\_CLOSE flag. Also, it detects IRP\_MJ\_SET\_INFORMATION requests for setting FileDispositionInformation. The sample also illustrates how to handle racing deletes (in the form of multiple parallel IRP\_MJ\_SET\_INFORMATION operations), and how to distinguish deletion of an entire file from deletion of just one stream of the file. -**Note** Because of the way in which the Windows operating system deletes files, it is not possible for the minifilter to detect in advance that a file or stream will be deleted. The minifilter can only detect operations that may cause a deletion, and then determine if the deletion took place after the operation completes. +**Note** Because of the way in which the Windows operating system deletes files, it is not possible for the minifilter to detect in advance that a file or stream will be deleted. The minifilter can only detect operations that may cause a deletion, and then determine if the deletion took place after the operation completes. For more information on file system minifilter design, start with the [File System Minifilter Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff540402) section in the Installable File Systems Design Guide. |
