diff options
Diffstat (limited to 'filesys/miniFilter/MetadataManager')
| -rw-r--r-- | filesys/miniFilter/MetadataManager/README.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/filesys/miniFilter/MetadataManager/README.md b/filesys/miniFilter/MetadataManager/README.md index abb9cf24..aae5ea2c 100644 --- a/filesys/miniFilter/MetadataManager/README.md +++ b/filesys/miniFilter/MetadataManager/README.md @@ -8,16 +8,6 @@ products: - windows-wdk --- - -<!--- - name: Metadata Manager File System Minifilter Driver - platform: WDM - language: cpp - category: FileSystem - description: An example of how to use files for storing metadata that corresponds to minifilters. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617650 ----> - # Metadata Manager File System Minifilter Driver The Metadata Manager minifilter sample serves as an example if you want to use files for storing metadata that corresponds to your minifilters. The implementation of this sample depicts scenarios in which modifications to the file might have to be blocked or the minifilter might be required to close the file temporarily. @@ -36,4 +26,4 @@ Similarly, the minifilter might close its metadata file if it sees an explicit F The metadata minifilter also handles the case when a snapshot of its volume object is being taken. In this scenario, the minifilter acquires a shared exclusive lock on the metadata resource object while calling the callback that corresponds to the pre-device control operation for IOCTL\_VOLSNAP\_FLUSH\_AND\_HOLD\_WRITES. The lock is later released in the callback that corresponds to the post-device control operation for IOCTL\_VOLSNAP\_FLUSH\_AND\_HOLD\_WRITES. The lock is acquired to prevent any modifications on the metadata file while the snapshot is being taken. -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. |
