diff options
48 files changed, 48 insertions, 48 deletions
diff --git a/audio/sysvad/README.md b/audio/sysvad/README.md index 10644569..d2c07a22 100644 --- a/audio/sysvad/README.md +++ b/audio/sysvad/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "The Microsoft SysVAD Virtual Audio Device Driver (SYSVAD) shows how to develop a WDM audio driver that exposes support for multiple audio devices." languages: - cpp diff --git a/avstream/avscamera/README.md b/avstream/avscamera/README.md index e1e1225e..50e2fab1 100644 --- a/avstream/avscamera/README.md +++ b/avstream/avscamera/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures." urlFragment: avscamera languages: diff --git a/avstream/avscamera/mft0/README.md b/avstream/avscamera/mft0/README.md index 41a6683a..e2189bdc 100644 --- a/avstream/avscamera/mft0/README.md +++ b/avstream/avscamera/mft0/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures." languages: - cpp diff --git a/avstream/avshws/README.md b/avstream/avshws/README.md index 1f1ae18e..e905451d 100644 --- a/avstream/avshws/README.md +++ b/avstream/avshws/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A simulated hardware sample driver providing a pin-centric capture driver to simulate AV capture hardware." languages: - cpp diff --git a/avstream/avssamp/README.md b/avstream/avssamp/README.md index 490dbb8c..10dee5b9 100644 --- a/avstream/avssamp/README.md +++ b/avstream/avssamp/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An AVStream filter-centric simulated capture sample driver with functional audio." languages: - cpp diff --git a/avstream/sampledevicemft/README.md b/avstream/sampledevicemft/README.md index 41c313a6..640bc061 100644 --- a/avstream/sampledevicemft/README.md +++ b/avstream/sampledevicemft/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation." languages: - cpp diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md index 22b46cb5..6563e1d0 100644 --- a/avstream/samplemft0/README.md +++ b/avstream/samplemft0/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A driver MFT for use with a camera's Windows device app." languages: - cpp diff --git a/biometrics/README.md b/biometrics/README.md index 577164a8..503af294 100644 --- a/biometrics/README.md +++ b/biometrics/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Contains the Windows Biometric Driver Interface sample and the Windows Biometric Service Adapter samples." languages: - cpp diff --git a/bluetooth/bthecho/bthsrv/README.md b/bluetooth/bthecho/bthsrv/README.md index 5b6dab96..a2afff2d 100644 --- a/bluetooth/bthecho/bthsrv/README.md +++ b/bluetooth/bthecho/bthsrv/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs." languages: - cpp diff --git a/bluetooth/serialhcibus/README.md b/bluetooth/serialhcibus/README.md index 90d76697..c42b6dd4 100644 --- a/bluetooth/serialhcibus/README.md +++ b/bluetooth/serialhcibus/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport." languages: - cpp diff --git a/filesys/cdfs/README.md b/filesys/cdfs/README.md index 143218d0..a835c10f 100644 --- a/filesys/cdfs/README.md +++ b/filesys/cdfs/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "The CD-ROM file system driver (CDFS) sample is a file system driver for removable media." languages: - cpp diff --git a/filesys/fastfat/README.md b/filesys/fastfat/README.md index 6ee4ca90..b34679ff 100644 --- a/filesys/fastfat/README.md +++ b/filesys/fastfat/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A file system driver based on the Windows inbox FastFAT file system used as a model for new file systems." languages: - cpp diff --git a/filesys/miniFilter/MetadataManager/README.md b/filesys/miniFilter/MetadataManager/README.md index e495823b..23196413 100644 --- a/filesys/miniFilter/MetadataManager/README.md +++ b/filesys/miniFilter/MetadataManager/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An example of how to use files for storing metadata that corresponds to minifilters." languages: - cpp diff --git a/filesys/miniFilter/NameChanger/README.md b/filesys/miniFilter/NameChanger/README.md index e94749f2..871373a2 100644 --- a/filesys/miniFilter/NameChanger/README.md +++ b/filesys/miniFilter/NameChanger/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Grafts a directory from one part of a volume's namespace to another part using a mapping." languages: - cpp diff --git a/filesys/miniFilter/avscan/README.md b/filesys/miniFilter/avscan/README.md index c9a43c3f..66f549b6 100644 --- a/filesys/miniFilter/avscan/README.md +++ b/filesys/miniFilter/avscan/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "This filter is a transaction-aware file scanner that examines data in files." languages: - cpp diff --git a/filesys/miniFilter/cancelSafe/README.md b/filesys/miniFilter/cancelSafe/README.md index ee3b8ab3..2abe70f8 100644 --- a/filesys/miniFilter/cancelSafe/README.md +++ b/filesys/miniFilter/cancelSafe/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A minifilter demonstrating the use of cancel-safe queues." languages: - cpp diff --git a/filesys/miniFilter/cdo/README.md b/filesys/miniFilter/cdo/README.md index 76322517..8d577a38 100644 --- a/filesys/miniFilter/cdo/README.md +++ b/filesys/miniFilter/cdo/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An example of using a control device object (CDO) with a minifilter." languages: - cpp diff --git a/filesys/miniFilter/change/README.md b/filesys/miniFilter/change/README.md index 9d760baa..57fa10b4 100644 --- a/filesys/miniFilter/change/README.md +++ b/filesys/miniFilter/change/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A transaction-aware filter that monitors file changes in real time." languages: - cpp diff --git a/filesys/miniFilter/ctx/README.md b/filesys/miniFilter/ctx/README.md index df79c9dc..4c73e6f2 100644 --- a/filesys/miniFilter/ctx/README.md +++ b/filesys/miniFilter/ctx/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to attach contexts to instances, files, streams, and stream handles in your minifilter." languages: - cpp diff --git a/filesys/miniFilter/delete/README.md b/filesys/miniFilter/delete/README.md index 71bf7b82..c0ddd06b 100644 --- a/filesys/miniFilter/delete/README.md +++ b/filesys/miniFilter/delete/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to detect deletions of files or streams." languages: - cpp diff --git a/filesys/miniFilter/minispy/README.md b/filesys/miniFilter/minispy/README.md index 18cbf83c..a20e602d 100644 --- a/filesys/miniFilter/minispy/README.md +++ b/filesys/miniFilter/minispy/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A tool to monitor and log any I/O and transaction activity that occurs in the system." languages: - cpp diff --git a/filesys/miniFilter/nullFilter/README.md b/filesys/miniFilter/nullFilter/README.md index f15df23c..adb682c6 100644 --- a/filesys/miniFilter/nullFilter/README.md +++ b/filesys/miniFilter/nullFilter/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A minifilter that demonstrates registration with the filter manager." languages: - cpp diff --git a/filesys/miniFilter/passThrough/README.md b/filesys/miniFilter/passThrough/README.md index 50b86afb..edd98945 100644 --- a/filesys/miniFilter/passThrough/README.md +++ b/filesys/miniFilter/passThrough/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to specify callback functions for different types of I/O requests." languages: - cpp diff --git a/filesys/miniFilter/scanner/README.md b/filesys/miniFilter/scanner/README.md index aa2ccfa4..3ad528ca 100644 --- a/filesys/miniFilter/scanner/README.md +++ b/filesys/miniFilter/scanner/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A file data scanner example. Typically, anti-virus filters are of this type." languages: - cpp diff --git a/filesys/miniFilter/simrep/README.md b/filesys/miniFilter/simrep/README.md index fb16e2b1..c2b48b0d 100644 --- a/filesys/miniFilter/simrep/README.md +++ b/filesys/miniFilter/simrep/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how a file system filter can simulate file-system like reparse-point behavior to redirect a file open to an alternate path." languages: - cpp diff --git a/filesys/miniFilter/swapBuffers/README.md b/filesys/miniFilter/swapBuffers/README.md index 3c97c7ed..03114011 100644 --- a/filesys/miniFilter/swapBuffers/README.md +++ b/filesys/miniFilter/swapBuffers/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to switch buffers between reads and writes of data. This technique is particularly useful for encryption filters." languages: - cpp diff --git a/general/DCHU/README.md b/general/DCHU/README.md index fbc1fe6b..4f479c96 100644 --- a/general/DCHU/README.md +++ b/general/DCHU/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Illustrates DCHU principles of universal driver design." languages: - cpp diff --git a/general/PLX9x5x/README.md b/general/PLX9x5x/README.md index f949a9de..8f57513e 100644 --- a/general/PLX9x5x/README.md +++ b/general/PLX9x5x/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to write a driver for a generic PCI device using Windows Driver Frameworks (WDF)." languages: - cpp diff --git a/general/SystemDma/wdm/README.md b/general/SystemDma/wdm/README.md index 849c9975..e276d13c 100644 --- a/general/SystemDma/wdm/README.md +++ b/general/SystemDma/wdm/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how a driver could use a system DMA controller to write data to a hardware location using V3 System DMA." languages: - cpp diff --git a/general/cancel/README.md b/general/cancel/README.md index 805d4131..110482d3 100644 --- a/general/cancel/README.md +++ b/general/cancel/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the use of the cancel-safe queue routines." languages: - cpp diff --git a/general/echo/kmdf/README.md b/general/echo/kmdf/README.md index 9e3943d9..2827d357 100644 --- a/general/echo/kmdf/README.md +++ b/general/echo/kmdf/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to use a sequential queue to serialize read and write requests presented to the driver." languages: - cpp diff --git a/general/echo/umdf/README.md b/general/echo/umdf/README.md index babe8c3e..b4accf05 100644 --- a/general/echo/umdf/README.md +++ b/general/echo/umdf/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices." languages: - cpp diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 870b7573..efe606f7 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to use UMDF 2 to write a driver and to employ best practices." languages: - cpp diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md index 18ee3885..71af4726 100644 --- a/general/echo/umdfSocketEcho/README.md +++ b/general/echo/umdfSocketEcho/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices." languages: - cpp diff --git a/general/event/README.md b/general/event/README.md index 4232ae8e..3488ea5a 100644 --- a/general/event/README.md +++ b/general/event/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates different ways a kernel-mode driver can notify an application about a hardware event." languages: - cpp diff --git a/general/filehistory/README.md b/general/filehistory/README.md index b94735da..5f9fa87c 100644 --- a/general/filehistory/README.md +++ b/general/filehistory/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A console application that starts the file history service, if it is stopped, and schedules regular backups." languages: - cpp diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md index 12135ae4..7f99b367 100644 --- a/general/ioctl/kmdf/README.md +++ b/general/ioctl/kmdf/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework." languages: - cpp diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md index ccd82f2f..0f1fb3b2 100644 --- a/general/ioctl/wdm/README.md +++ b/general/ioctl/wdm/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates usage of four different types of IOCTLs." languages: - cpp diff --git a/general/obcallback/README.md b/general/obcallback/README.md index 647a881c..e0efce2c 100644 --- a/general/obcallback/README.md +++ b/general/obcallback/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the use of registered callbacks for process protection." languages: - cpp diff --git a/general/pcidrv/README.md b/general/pcidrv/README.md index ef89bb7a..1c68893b 100644 --- a/general/pcidrv/README.md +++ b/general/pcidrv/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to write a KMDF driver for a PCI device." languages: - cpp diff --git a/general/perfcounters/kcs/README.md b/general/perfcounters/kcs/README.md index 852dbea2..358faa65 100644 --- a/general/perfcounters/kcs/README.md +++ b/general/perfcounters/kcs/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the use of the kernel-mode performance library." languages: - cpp diff --git a/general/registry/regfltr/README.md b/general/registry/regfltr/README.md index 85ffb92c..fafe5dbd 100644 --- a/general/registry/regfltr/README.md +++ b/general/registry/regfltr/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to write a registry filter driver." languages: - cpp diff --git a/general/toaster/toastDrv/README.md b/general/toaster/toastDrv/README.md index 495f561a..022a27ca 100644 --- a/general/toaster/toastDrv/README.md +++ b/general/toaster/toastDrv/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An iterative series of samples that demonstrate KDMF and UDMF1 driver development." languages: - cpp diff --git a/general/toaster/toastpkg/README.md b/general/toaster/toastpkg/README.md index 54eaf249..0d2b335c 100644 --- a/general/toaster/toastpkg/README.md +++ b/general/toaster/toastpkg/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Simulates hardware-first and software-first installation of the toaster sample driver." languages: - cpp diff --git a/general/toaster/umdf2/README.md b/general/toaster/umdf2/README.md index c48b20b3..3ec98f60 100644 --- a/general/toaster/umdf2/README.md +++ b/general/toaster/umdf2/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "An iterative series of samples that demonstrate driver development using UMDF version 2." languages: - cpp diff --git a/general/tracing/SystemTraceControl/README.md b/general/tracing/SystemTraceControl/README.md index b8d67735..bf94caa7 100644 --- a/general/tracing/SystemTraceControl/README.md +++ b/general/tracing/SystemTraceControl/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates how to use event tracing control APIs to collect events from the system trace provider." languages: - cpp diff --git a/general/tracing/evntdrv/README.md b/general/tracing/evntdrv/README.md index 1735d6a1..588e7894 100644 --- a/general/tracing/evntdrv/README.md +++ b/general/tracing/evntdrv/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "Demonstrates the use of the Event Tracing for Windows (ETW) API in a driver." languages: - cpp diff --git a/general/tracing/tracedriver/README.md b/general/tracing/tracedriver/README.md index 0cf8db41..c050eedf 100644 --- a/general/tracing/tracedriver/README.md +++ b/general/tracing/tracedriver/README.md @@ -1,5 +1,5 @@ --- -topic: sample +page_type: sample description: "A sample driver instrumented for software tracing." languages: - cpp |
