This commit is contained in:
Den Delimarsky 2019-03-13 13:55:11 -07:00
Родитель 391db42c81
Коммит cf2564be41
155 изменённых файлов: 8 добавлений и 162 удалений

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: TrEE sample
description: The Trusted Execution Environment (TrEE) sample.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: SysVAD Virtual Audio Device Driver 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

Просмотреть файл

@ -1,7 +1,6 @@
---
topic: sample
name: AvsCamera - AVStream Camera Sample Driver
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates.
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures..
urlFragment: avscamera
languages:
- cpp

Просмотреть файл

@ -1,7 +1,6 @@
---
topic: sample
name: AvsCamera - AVStream Camera Sample Driver
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates.
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures.
languages:
- cpp
products:

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: AVStream simulated hardware sample driver (Avshws)
description: A simulated hardware sample driver providing a pin-centric capture driver to simulate AV capture hardware.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: AVStream filter-centric simulated capture sample driver (Avssamp)
description: An AVStream filter-centric simulated capture sample driver with functional audio.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Driver Device Transform Sample
description: A driver device transform which loads in a process streaming an Avstream based camera device using Media Foundation.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Driver MFT Sample
description: A driver MFT for use with a camera's Windows device app.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Biometric Driver Samples (UMDF Version 1)
description: Contains the Windows Biometric Driver Interface sample and the Windows Biometric Service Adapter samples.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Bluetooth Echo L2CAP Profile Driver
description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Bluetooth Serial HCI Bus Driver
description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: CDFS File System Driver
description: The CD-ROM file system driver (cdfs) sample is a file system driver for removable media.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Metadata Manager File System Minifilter Driver
description: An example of how to use files for storing metadata that corresponds to minifilters.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NameChanger File System Minifilter Driver
description: Grafts a directory from one part of a volume's namespace to another part using a mapping.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: AvScan File System Minifilter Driver
description: This filter is a transaction-aware file scanner that examines data in files.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: CancelSafe File System Minifilter Driver
description: A minifilter demonstrating the use of cancel-safe queues.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: CDO File System Minifilter Driver
description: An example of using a control device object (CDO) with a minifilter.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Change File System Minifilter Driver
description: A transaction-aware filter that monitors file changes in real time.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Ctx File System Minifilter Driver
description: Demonstrates how to attach contexts to instances, files, streams, and stream handles in your minifilter.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Delete File System Minifilter Driver
description: Demonstrates how to detect deletions of files or streams.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Minispy File System Minifilter Driver
description: A tool to monitor and log any I/O and transaction activity that occurs in the system.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NullFilter File System Minifilter Driver
description: A minifilter that demonstrates registration with the filter manager.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: PassThrough File System Minifilter Driver
description: Demonstrates how to specify callback functions for different types of I/O requests.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Scanner File System Minifilter Driver
description: A file data scanner example. Typically, anti-virus filters are of this type.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: SimRep File System Minifilter Driver
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

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: SwapBuffer File System Minifilter Driver
description: Demonstrates how to switch buffers between reads and writes of data. This technique is particularly useful for encryption filters.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: DHCU - Driver package installation toolkit for universal drivers
description: Illustrates DCHU principles of universal driver design.
languages:
- cpp
@ -17,7 +16,7 @@ products:
samplefwlink: https://aka.ms/sceeqq
--->
# Driver package installation toolkit for universal drivers
# Driver package installation toolkit for universal drivers
This sample illustrates the DCHU principles of universal driver design. The sample uses the [OSR FX2 learning kit](http://store.osr.com/product/osr-usb-fx2-learning-kit-v2/). For a detailed code walkthrough, see [Universal Driver Scenarios](https://docs.microsoft.com/windows-hardware/drivers/develop/universal-driver-scenarios).

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: PLX9x5x PCI Driver
description: Demonstrates how to write a driver for a generic PCI device using Windows Driver Frameworks (WDF).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: System DMA 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

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: WinHEC 2017 Lab
description: WinHEC 2017 Lab
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Cancel-Safe IRP Queue Sample
description: Demonstrates the use of the cancel-safe queue routines.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: KMDF Echo Sample
description: Demonstrates how to use a sequential queue to serialize read and write requests presented to the driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Echo Sample (UMDF Version 1)
description: Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Echo Sample (UMDF Version 2)
description: Demonstrates how to use UMDF 2 to write a driver and to employ best practices.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: UMDF SocketEcho Sample (UMDF Version 1)
description: Demonstrates how to use UMDF version 1 to write a driver and demonstrates best practices.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Hardware Event Sample
description: Demonstrates different ways a kernel-mode driver can notify an application about a hardware event.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: File History Sample
description: A console application that starts the file history service, if it is stopped, and schedules regular backups.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Non-PnP Driver Sample
description: Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: IOCTL
description: Demonstrates usage of four different types of IOCTLs.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: ObCallback Callback Registration Driver
description: Demonstrates the use of registered callbacks for process protection.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: PCIDRV - WDF Driver for PCI Device
description: Demonstrates how to write a KMDF driver for a PCI device.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Kernel Counter Sample (Kcs)
description: Demonstrates the use of the kernel-mode performance library.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: RegFltr Sample Driver
description: Demonstrates how to write a registry filter driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Toaster Sample Driver
description: An iterative series of samples that demonstrate KDMF and UDMF1 driver development.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Toaster Package Sample Driver
description: Simulates hardware-first and software-first installation of the toaster sample driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Toaster Sample (UMDF version 2)
description: An iterative series of samples that demonstrate driver development using UMDF version 2.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: System Trace Control
description: Demonstrates how to use event tracing control APIs to collect events from the system trace provider.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Eventdrv
description: Demonstrates the use of the Event Tracing for Windows (ETW) API in a driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Tracedrv
description: A sample driver instrumented for software tracing.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: UMDF Driver Skeleton Sample (UMDF version 1)
description: Demonstrates how to use UDMF to write a minimal driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: GNSS UMDF Sample Driver (UMDF Version 2)
description: Provides base sample driver that IHVs and partners can use to extend to build their custom Windows GPS/GNSS drivers.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: GPIO Sample Drivers
description: Illustrates how to write a GPIO controller driver that works in conjunction with the GPIO framework extension (GpioClx).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: KMDF filter driver for a HID device
description: Illustrates using remote I/O target interfaces to open a HID collection in kernel-mode and send IOCTL requests to set and get feature reports.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: HClient sample application
description: Demonstrates how to write a user-mode client application that communicates with HID devices.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: HIDUSBFX2 sample driver
description: Demonstrates mapping of a non-HID USB device to a HID device.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: HID Minidriver Sample (UMDF version 2)
description: Demonstrates how to write a HID minidriver using User-Mode Driver Framework (UMDF).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Keyboard Input WDF Filter Driver (Kbfiltr)
description: A WDF example of a keyboard input filter driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Keyboard Layout Samples
description: Demonstrates how to generate layouts for various keyboards and locales.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Mouse Input WDF Filter Driver (Moufiltr)
description: A WDF example of a mouse input filter driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Bindview Network Configuration Utility
description: An application that demonstrates how to use INetCfg APIs to enumerate, install, uninstall, bind and unbind network components.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Fakemodem Driver
description: Demonstrates a simple controller-less modem driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Hyper-V Extensible Switch extension filter driver
description: A base library used to implement a Hyper-V Extensible Switch extension filter driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NDIS 6.0 Filter Driver
description: A pass-through NDIS 6 filter driver demonstrating the basic principles of an NDIS 6.0 Filter driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NDIS MUX Intermediate Driver and Notify Object
description: An NDIS 6.0 driver that demonstrates the operation of an N:1 MUX driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NDIS Connection-less Protocol WDM Driver Sample
description: Demonstrates a connection-less NDIS 6.0 protocol WDM driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Connection-less NDIS 6.0 Protocol KMDF Sample Driver
description: Demonstrates a connection-less NDIS 6.0 protocol KMDF driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NDIS Virtual Miniport Driver
description: Demonstrates the functionality of an NDIS miniport driver without requiring a physical network adapter.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Radio Switch Test Driver for OSR USB-FX2 Development Board
description: Demonstrates how to structure a HID driver for radio switches for the OSR USB-FX2 Development Board.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Radio Management Sample
description: Demonstrates how to structure a Radio Manager for use with the Windows Radio Management APIs.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Filtering Platform Sample
description: A sample firewall that has a command-line interface which allows adding filters at various WFP layers.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Filtering Platform Packet Modification Sample
description: Demonstrates the packet modification capabilities of the Windows Filtering Platform (WFP).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Filtering Platform Traffic Inspection Sample
description: Demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
languages:
- cpp
@ -19,7 +18,6 @@ products:
# Windows Filtering Platform Traffic Inspection Sample
This sample driver demonstrates the traffic inspection capabilities of the Windows Filtering Platform (WFP).
The sample driver consists of a kernel-mode Windows Filtering Platform (WFP) callout driver (Inspect.sys) that intercepts all transport layer traffic (for example, Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and nonerror Internet Control Message Protocol (ICMP)) sent to or received from a configurable remote peer and queues then to a worker thread for out-of-band processing.

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Filtering Platform MSN Messenger Monitor Sample
description: Demonstrates the stream inspection capabilities of the Windows Filtering Platform (WFP).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Windows Filtering Platform Stream Edit Sample
description: Demonstrates replacing a string pattern for a Transmission Control Protocol (TCP) connection using the Windows Filtering Platform (WFP).
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: WDI samples
description: Demonstrates use of the WLAN WDI.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: IHV Sample UI
description: Demonstrates the WLAN IHV UI.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: WSK TCP Echo Server
description: A minimal sample driver to demonstrate the usage of the Winsock Kernel (WSK) programming interface.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: NFC CX client driver sample
description: Sample code for creating a NFC driver using the NFC Class Extension.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Near-Field Proximity Sample Driver (UMDF Version 1)
description: Demonstrates how to use UMDF version 1 to write a near-field proximity driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Power Engine Plugin (PEP) ACPI Sample
description: Demonstrates an interface which allows PEP to implement ACPI runtime methods natively via a driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Power Framework (PoFx) Sample (UMDF Version 2)
description: Demonstrates how a UMDF version 2 driver can implement F-state-based power management.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: KMDF Power Framework (PoFx) Sample
description: Demonstrate how a KMDF driver can implement F-state-based power management.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Magnetic Stripe Reader Driver Sample
description: This UMDF version 2 sample serves as a template for creating a new Magnetic Stripe Reader driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Barcode Scanner Driver Sample
description: This UDMF version 2 sample serves as a template for creating a new Barcode Scanner driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: OEM Printer Customization Plug-in Samples
description: Provides examples of how to build OEM printer customization plug-ins.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: OpenXPS Documents Print Sample
description: Contains a set of documents that exercise a variety of features of OpenXPS.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: XPS Documents Print Sample
description: Contains a set of documents that exercise a variety of features of the XML Paper Specification.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Print Pipeline Simple Filter
description: This sample shows how to use the print pipeline's filter interfaces.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: XPSDrv Driver and Filter Sample
description: Provide a starting point for developing XPSDrv printer drivers and to illustrate the facility and potential of an XPSDrv print driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: XPS Rasterization Filter Service Sample
description: Implements an XPSDrv filter that rasterizes fixed pages in an XPS document.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Print auto-configuration sample
description: Demonstrates how to implement auto-configuration in v4 print drivers.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Common Property Sheet User Interface (CPSUI) Sample
description: The CPSUISAM application causes the CPSUI to call the print spooler to create property sheet pages for the default printer.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Printer Extension Sample
description: Demonstrates how to use .NET to build a customized, desktop UI for a v4 print driver.
languages:
- csharp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Print Driver Constraints Sample
description: Demonstrates how to implement advanced constraint handling and PrintTicket/PrintCapabilities handling using JavaScript.
languages:
- javascript

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: USB Host-Based Print Driver Sample
description: Demonstrates how to support host-based devices that use the v4 print driver model and are connected via USB.
languages:
- javascript

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Print Driver USB Monitor and Bidi Sample
description: Demonstrates how to support bidirectional (Bidi) communication over the USB bus using JavaScript and XML.
languages:
- javascript

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: WSDMon Bidi Extension Sample
description: Demonstrates how to use an XML extension file to support bidirectional (Bidi) communication with a WSD connected printer.
languages:
- xml

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Standard SD Host Controller Miniport
description: Provides a functional miniport implementation for a standard SD host controller.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: Early Launch Anti-Malware Driver
description: Demonstrates how to receive notifications about the initialization of regular boot start drivers in an Early Launch Anti-Malware driver.
languages:
- cpp

Просмотреть файл

@ -1,6 +1,5 @@
---
topic: sample
name: ADXL345 Accelerometer Sample Driver
description: Demonstrates how to write a UMDF v2 driver to control an ADXL345 accelerometer chip.
languages:
- cpp

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше