diff options
| author | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-07-04 15:42:04 -0700 |
| commit | de37e30aa04422fe5f64de3a9d31c4c39e1e24ae (patch) | |
| tree | f038d8dea60355c4670639db504ef858a7aff139 /general | |
| parent | 2123936e0d64f81ff75c52dd7ee1b2d470c651a7 (diff) | |
Update sample metadata
Diffstat (limited to 'general')
24 files changed, 24 insertions, 24 deletions
diff --git a/general/DCHU/README.md b/general/DCHU/README.md index ce107bb1..fbc1fe6b 100644 --- a/general/DCHU/README.md +++ b/general/DCHU/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Illustrates DCHU principles of universal driver design. +description: "Illustrates DCHU principles of universal driver design." languages: - cpp products: diff --git a/general/PLX9x5x/README.md b/general/PLX9x5x/README.md index bc1c1de3..f949a9de 100644 --- a/general/PLX9x5x/README.md +++ b/general/PLX9x5x/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to write a driver for a generic PCI device using Windows Driver Frameworks (WDF). +description: "Demonstrates how to write a driver for a generic PCI device using Windows Driver Frameworks (WDF)." languages: - cpp products: diff --git a/general/SystemDma/wdm/README.md b/general/SystemDma/wdm/README.md index 23315a12..849c9975 100644 --- a/general/SystemDma/wdm/README.md +++ b/general/SystemDma/wdm/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how a driver could use a system DMA controller to write data to a hardware location using V3 System DMA. +description: "Demonstrates how a driver could use a system DMA controller to write data to a hardware location using V3 System DMA." languages: - cpp products: diff --git a/general/WinHEC 2017 Lab/README.md b/general/WinHEC 2017 Lab/README.md index 1d44f060..c1e660f8 100644 --- a/general/WinHEC 2017 Lab/README.md +++ b/general/WinHEC 2017 Lab/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: WinHEC 2017 Lab +description: "Toaster samples from the WinHEC 2017 Lab: Toaster Driver, PlugInToaster, and Toaster Support App." languages: - cpp products: diff --git a/general/cancel/README.md b/general/cancel/README.md index ff53246b..805d4131 100644 --- a/general/cancel/README.md +++ b/general/cancel/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the use of the cancel-safe queue routines. +description: "Demonstrates the use of the cancel-safe queue routines." languages: - cpp products: diff --git a/general/echo/kmdf/README.md b/general/echo/kmdf/README.md index 9dcdf601..9e3943d9 100644 --- a/general/echo/kmdf/README.md +++ b/general/echo/kmdf/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use a sequential queue to serialize read and write requests presented to the driver. +description: "Demonstrates how to use a sequential queue to serialize read and write requests presented to the driver." languages: - cpp products: diff --git a/general/echo/umdf/README.md b/general/echo/umdf/README.md index c1ae545f..babe8c3e 100644 --- a/general/echo/umdf/README.md +++ b/general/echo/umdf/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices. +description: "Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices." languages: - cpp products: diff --git a/general/echo/umdf2/README.md b/general/echo/umdf2/README.md index 1a46cc34..870b7573 100644 --- a/general/echo/umdf2/README.md +++ b/general/echo/umdf2/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use UMDF 2 to write a driver and to employ best practices. +description: "Demonstrates how to use UMDF 2 to write a driver and to employ best practices." languages: - cpp products: diff --git a/general/echo/umdfSocketEcho/README.md b/general/echo/umdfSocketEcho/README.md index 579013e1..18ee3885 100644 --- a/general/echo/umdfSocketEcho/README.md +++ b/general/echo/umdfSocketEcho/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices. +description: "Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices." languages: - cpp products: diff --git a/general/event/README.md b/general/event/README.md index 0730c156..4232ae8e 100644 --- a/general/event/README.md +++ b/general/event/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates different ways a kernel-mode driver can notify an application about a hardware event. +description: "Demonstrates different ways a kernel-mode driver can notify an application about a hardware event." languages: - cpp products: diff --git a/general/filehistory/README.md b/general/filehistory/README.md index 43daa06e..b94735da 100644 --- a/general/filehistory/README.md +++ b/general/filehistory/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A console application that starts the file history service, if it is stopped, and schedules regular backups. +description: "A console application that starts the file history service, if it is stopped, and schedules regular backups." languages: - cpp products: diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md index edfc3651..12135ae4 100644 --- a/general/ioctl/kmdf/README.md +++ b/general/ioctl/kmdf/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework. +description: "Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework." languages: - cpp products: diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md index 76717ec8..ccd82f2f 100644 --- a/general/ioctl/wdm/README.md +++ b/general/ioctl/wdm/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates usage of four different types of IOCTLs. +description: "Demonstrates usage of four different types of IOCTLs." languages: - cpp products: diff --git a/general/obcallback/README.md b/general/obcallback/README.md index 70434d2a..647a881c 100644 --- a/general/obcallback/README.md +++ b/general/obcallback/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the use of registered callbacks for process protection. +description: "Demonstrates the use of registered callbacks for process protection." languages: - cpp products: diff --git a/general/pcidrv/README.md b/general/pcidrv/README.md index 94881da7..ef89bb7a 100644 --- a/general/pcidrv/README.md +++ b/general/pcidrv/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to write a KMDF driver for a PCI device. +description: "Demonstrates how to write a KMDF driver for a PCI device." languages: - cpp products: diff --git a/general/perfcounters/kcs/README.md b/general/perfcounters/kcs/README.md index 347dc1bc..852dbea2 100644 --- a/general/perfcounters/kcs/README.md +++ b/general/perfcounters/kcs/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the use of the kernel-mode performance library. +description: "Demonstrates the use of the kernel-mode performance library." languages: - cpp products: diff --git a/general/registry/regfltr/README.md b/general/registry/regfltr/README.md index 141c1238..85ffb92c 100644 --- a/general/registry/regfltr/README.md +++ b/general/registry/regfltr/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to write a registry filter driver. +description: "Demonstrates how to write a registry filter driver." languages: - cpp products: diff --git a/general/toaster/toastDrv/README.md b/general/toaster/toastDrv/README.md index 423d258b..495f561a 100644 --- a/general/toaster/toastDrv/README.md +++ b/general/toaster/toastDrv/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: An iterative series of samples that demonstrate KDMF and UDMF1 driver development. +description: "An iterative series of samples that demonstrate KDMF and UDMF1 driver development." languages: - cpp products: diff --git a/general/toaster/toastpkg/README.md b/general/toaster/toastpkg/README.md index a66cfe76..54eaf249 100644 --- a/general/toaster/toastpkg/README.md +++ b/general/toaster/toastpkg/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Simulates hardware-first and software-first installation of the toaster sample driver. +description: "Simulates hardware-first and software-first installation of the toaster sample driver." languages: - cpp products: diff --git a/general/toaster/umdf2/README.md b/general/toaster/umdf2/README.md index b5cfa5f7..c48b20b3 100644 --- a/general/toaster/umdf2/README.md +++ b/general/toaster/umdf2/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: An iterative series of samples that demonstrate driver development using UMDF version 2. +description: "An iterative series of samples that demonstrate driver development using UMDF version 2." languages: - cpp products: diff --git a/general/tracing/SystemTraceControl/README.md b/general/tracing/SystemTraceControl/README.md index a1a18c9c..b8d67735 100644 --- a/general/tracing/SystemTraceControl/README.md +++ b/general/tracing/SystemTraceControl/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use event tracing control APIs to collect events from the system trace provider. +description: "Demonstrates how to use event tracing control APIs to collect events from the system trace provider." languages: - cpp products: diff --git a/general/tracing/evntdrv/README.md b/general/tracing/evntdrv/README.md index 13c9542f..1735d6a1 100644 --- a/general/tracing/evntdrv/README.md +++ b/general/tracing/evntdrv/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates the use of the Event Tracing for Windows (ETW) API in a driver. +description: "Demonstrates the use of the Event Tracing for Windows (ETW) API in a driver." languages: - cpp products: diff --git a/general/tracing/tracedriver/README.md b/general/tracing/tracedriver/README.md index 400452fd..0cf8db41 100644 --- a/general/tracing/tracedriver/README.md +++ b/general/tracing/tracedriver/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: A sample driver instrumented for software tracing. +description: "A sample driver instrumented for software tracing." languages: - cpp products: diff --git a/general/umdfSkeleton/README.md b/general/umdfSkeleton/README.md index 6936cfdf..15398816 100644 --- a/general/umdfSkeleton/README.md +++ b/general/umdfSkeleton/README.md @@ -1,6 +1,6 @@ --- topic: sample -description: Demonstrates how to use UDMF to write a minimal driver. +description: "Demonstrates how to use UDMF to write a minimal driver." languages: - cpp products: |
