summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/ctx/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'filesys/miniFilter/ctx/README.md')
-rw-r--r--filesys/miniFilter/ctx/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/filesys/miniFilter/ctx/README.md b/filesys/miniFilter/ctx/README.md
index 3218cad9..c428b6ae 100644
--- a/filesys/miniFilter/ctx/README.md
+++ b/filesys/miniFilter/ctx/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: Ctx File System Minifilter Driver
- platform: WDM
- language: cpp
- category: FileSystem
- description: Demonstrates how to attach contexts to instances, files, streams, and stream handles in your minifilter.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617648
---->
-
# Ctx File System Minifilter Drive
The Ctx minifilter is an example that demonstrates how to attach contexts to instances, files, streams, and stream handles in your minifilter.
@@ -30,4 +20,4 @@ This sample builds a Universal Windows Driver. It uses only APIs and DDIs that a
The *Ctx* minifilter demonstrates how to attach and remove contexts from instances, files, steams, and stream handles. *Ctx* attaches a context whenever one of these objects is created. While attaching a context to a file, the sample also creates a stream and stream handle context. All contexts are ultimately deleted by the filter manager using the callback function that the *Ctx* minifilter provides.
-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.