summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/cdo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'filesys/miniFilter/cdo/README.md')
-rw-r--r--filesys/miniFilter/cdo/README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/filesys/miniFilter/cdo/README.md b/filesys/miniFilter/cdo/README.md
index 2eb2513e..af1bd3f6 100644
--- a/filesys/miniFilter/cdo/README.md
+++ b/filesys/miniFilter/cdo/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: CDO File System Minifilter Driver
- platform: WDM
- language: cpp
- category: FileSystem
- description: An example of using a control device object (CDO) with a minifilter.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617646
---->
-
# CDO File System Minifilter Driver
The CDO minifilter sample is an example if you intend to use a control device object (CDO) with your minifilters.
@@ -28,9 +18,8 @@ Although the filter manager infrastructure provides a message interface for comm
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-Design and Operation
---------------------
+## Design and Operation
When the CDO minifilter is deployed, it creates a CDO object named "FileSystem\\Filters\\CdoSample" in the Microsoft Windows object namespace and enables applications to open it and perform certain operations on it.
-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.