summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/scanner/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'filesys/miniFilter/scanner/README.md')
-rw-r--r--filesys/miniFilter/scanner/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/filesys/miniFilter/scanner/README.md b/filesys/miniFilter/scanner/README.md
index 0719c3fd..f4e8c8d6 100644
--- a/filesys/miniFilter/scanner/README.md
+++ b/filesys/miniFilter/scanner/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: Scanner File System Minifilter Driver
- platform: WDM
- language: cpp
- category: FileSystem
- description: A file data scanner example. Typically, anti-virus filters are of this type.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617655
---->
-
# Scanner File System Minifilter Driver
The Scanner minifilter is an example for developers who intend to write filters that examine data in files. Typically, antivirus products fall into this category.
@@ -32,4 +22,4 @@ The Scanner minifilter comprises both kernel-mode and user-mode components. The
The kernel-mode component scans files with specific extensions only. The file is first scanned on a successful open. If the file was opened with write access, it is scanned again before a close. Scanning is also performed on data that is about to be written to a file. Writes will be rejected if any occurrences of a "foul" string are found in the data. If a "foul" string is detected during the closing of a file, a debug message is printed.
-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. \ No newline at end of file
+For more information on file system minifilter design, start with the [File System Minifilter Drivers](https://docs.microsoft.com/windows-hardware/drivers/ifs/file-system-minifilter-drivers) section in the Installable File Systems Design Guide.