DOCFIX: IoAttachDevice Will Work with Already Attached DeviceLast reviewed: April 7, 1997Article ID: Q128248 |
3.10 3.50
WINDOWS NT
kbprg kbdocerr
The information in this article applies to:
In the Windows NT DDK Kernel Mode Reference, the material for IoAttachDevice states that this call will return an error if TargetDevice is already attached. This is incorrect. If TargetDevice is already attached, the driver attempting to attach will layer itself on top of the topmost driver in the chain. For example, driver B is layered on top of driver A. Driver C then calls IoAttachDevice to driver A. When the system is done layering, the devices will be layered in the order C on top of B, which is on top of A. Filter driver writers should never attempt to layer themselves above a file system. This documentation error is corrected in the Win32 DDK version 3.51 online documentation.
|
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |