summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/cancelSafe/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-16 14:04:28 -0700
committerGitHub <[email protected]>2019-09-16 14:04:28 -0700
commitf064dfb2d92ac3f1f4344d435e4690e4339b5025 (patch)
treea807973e6c0bd9e2c92b3b8cf7ecb5f9e63c28d2 /filesys/miniFilter/cancelSafe/README.md
parentdb43355fe49c4bec3dbb5f84c271e15dc914ce72 (diff)
Diffstat (limited to 'filesys/miniFilter/cancelSafe/README.md')
-rw-r--r--filesys/miniFilter/cancelSafe/README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/filesys/miniFilter/cancelSafe/README.md b/filesys/miniFilter/cancelSafe/README.md
index bd85bcbf..67a8ee19 100644
--- a/filesys/miniFilter/cancelSafe/README.md
+++ b/filesys/miniFilter/cancelSafe/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: CancelSafe File System Minifilter Driver
- platform: WDM
- language: cpp
- category: FileSystem
- description: A minifilter demonstrating the use of cancel-safe queues.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617645
---->
-
# CancelSafe File System Minifilter Driver
The CancelSafe filter is a sample minifilter that you use if you want to use cancel-safe queues.
@@ -26,9 +16,8 @@ The CancelSafe filter is a sample minifilter that you use if you want to use can
This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP.
-Design and Operation
---------------------
+## Design and Operation
The *CancelSafe* minifilter initializes a cancel-safe queue when it is attached to a volume. When the minifilter is deployed, it monitors read operations that are passing through the I/O stack. If the read operation is being performed on a file named csqdemo.txt, it is queued onto the cancel-safe queue. Queued operations are completed after a brief pause through a separate worker thread that is running in system context.
-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.
+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.