I/O Flow and Dispatching in WDF DriversUpdated: April 10, 2007
File name: IOreq_flow.doc About This DownloadI/O processing is the heart of any driver. To understand how to implement robust I/O handling code in your driver, you must understand how I/O requests flow from an application to your driver, how the Windows Driver Foundation (WDF) simplifies the driver's I/O processing tasks, and what your driver should do to complete an I/O request. This paper provides information about I/O flow in both the user-mode driver framework (UMDF) and the kernel-mode driver framework (KMDF) and provides guidelines for handling I/O requests in both UMDF and KMDF drivers. This information applies for the following operating systems: Included in this white paper:
|