This commit is contained in:
Barry Golden 2017-08-27 16:17:45 -07:00
Родитель db44fd903e
Коммит 53bcc426c1
10 изменённых файлов: 102 добавлений и 7 удалений

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

@ -1,3 +1,12 @@
<!---
name: Kernel mode display-only miniport driver (KMDOD) sample
platform: WDM
language: cpp
category: Video
description: Implements most DDIs that a display-only miniport driver should provide to the Windows Display Driver Model (WDDM).
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620317
--->
Kernel mode display-only miniport driver (KMDOD) sample
=======================================================

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

@ -1,3 +1,13 @@
<!---
name: PixLib sample
platform: LIB
language: cpp
category: Video
description: Demonstrates how to implement the CPixel class for use by a display driver.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618005
--->
PixLib sample
=============

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

@ -1,4 +1,14 @@
Windows Image Acquisition (WIA) Driver Samples
<!---
name: Windows Image Acquisition (WIA) Driver Samples
platform: WDM
language: cpp
category: Image Scan
description: Contains samples and test tools for Windows Image Acquisition (WIA), a driver architecture and user interface for acquiring images from still image devices such as scanners.
samplefwlink: https://go.microsoft.com/fwlink/p/?linkid=856747
--->
Windows Image Acquisition (WIA) Driver Samples
==============================================
The Windows Image Acquisition driver sample set contains samples and test tools for Windows Image Acquisition (WIA), a driver architecture and user interface for acquiring images from still image devices such as scanners.

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

@ -1,3 +1,13 @@
<!---
name: WMIACPI Sample
platform: WDM
language: cpp
category: WMI ACPI
description: Contains ACPI BIOS and WMI sample code that enables instrumentation of the ACPI BIOS from within ACPI Source Language (ASL) code.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618006
--->
WMI ACPI Sample
===============

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

@ -1,3 +1,13 @@
<!---
name: WmiSamp WMI Provider
platform: KMDF
language: cpp
category: WMI
description: Demonstrates how to register WMI providers in KMDF, create provider instances, and handle WMI queries sent to a device.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618007
--->
Sample KMDF Driver Implementing a WMI Data Provider
===================================================

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

@ -1,3 +1,13 @@
<!---
name: WPD Basic Hardware Sample Driver
platform: UMDF1
language: cpp
category: WDP
description: Supports nine sensor devices that integrate with the Parallax BS2 programmable microcontroller.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620318
--->
WPD Basic Hardware Sample Driver (UMDF Version 1)
=================================================

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

@ -1,3 +1,13 @@
<!---
name: WPD Hello World Sample
platform: UMDF1
language: cpp
category: WPD
description: Supports four objects: a device object, a storage object, a folder object, and a file object.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618008
--->
WPDHelloWorld sample driver for portable devices
================================================

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

@ -1,3 +1,13 @@
<!---
name: WPD multi-transport sample driver
platform: UMDF1
language: cpp
category: WPD
description: Demonstrates how to extend the WpdHelloWorldDriver for a device that supports multiple transports.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618009
--->
WPD multi-transport sample driver
=================================

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

@ -1,11 +1,17 @@
WPD multi-transport sample driver
<!---
name: WPD service sample driver
platform: UMDF1
language: cpp
category: WPD
description: Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618010
--->
WPD service sample driver
=================================
The WpdMultiTransportDriver sample demonstrates how you could extend the WpdHelloWorldDriver for a device that supports multiple transports. A transport is a protocol over which a portable device communicates with a computer. Example transports include Internet Protocol (IP), Bluetooth, and USB.
A number of portable devices now support multiple transports. For example, a number of cell phones support both Bluetooth and USB. Windows supports a multitransport driver model that ensures that only one node appears for each device.
For a complete description of this sample and its underlying code and functionality, refer to the [WPD MultiTransport Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597709) description in the Windows Driver Kit documentation.
Demonstrates how to extend the WpdHelloWorldDriver sample so that it supports a simulated device with a Contacts device service.
Related topics
--------------

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

@ -1,3 +1,13 @@
<!---
name: WPD WUDF sample driver
platform: UMDF1
language: cpp
category: WPD
description: Demonstrates virtually all aspects of the WPD device driver interface (DDI).
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618011
--->
WPD WUDF sample driver
======================