Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.3 KB

usb-i-o-targets-in-umdf.md

File metadata and controls

38 lines (23 loc) · 1.3 KB
title description keywords ms.date
USB I/O Targets in UMDF
USB I/O Targets in UMDF
user-mode drivers WDK UMDF , USB I/O targets
UMDF WDK , USB I/O targets
User-Mode Driver Framework WDK , USB I/O targets
framework-based drivers WDK UMDF , USB I/O targets
USB I/O targets WDK UMDF
I/O targets WDK UMDF , USB
04/20/2017

USB I/O Targets in UMDF

[!includeUMDF 1 Deprecation]

Each universal serial bus (USB) device, and each pipe that a USB device interface supports, has a separate I/O target. I/O that the USB device processes is sent to the device's I/O target. I/O that a specific pipe processes is sent to that pipe's I/O target.

In this section