Microsoft KB Archive/196551

From BetaArchive Wiki

DOC: InitializeListHead Function Documentation Is Incorrect

Q196551



The information in this article applies to:


  • Microsoft Win32 Device Driver Kit (DDK) for Windows NT, versions 3.1, 3.5, 3.51, 4.0





SUMMARY

The following statement in the Comments section of the InitializeListHead function reference documentation is incorrect:


Callers of InitializeListHead must be running at IRQL PASSIVE_LEVEL.

Instead it should read:


Callers of InitializeListHead can be running at IRQL >= DISPATCH_LEVEL only if the caller-allocated storage for ListHead is resident and only if pointers to every list entry remain valid at IRQL >= DISPATCH_LEVEL as well.


Callers of this function must be running at IRQL PASSIVE_LEVEL if the storage for ListHead and pointers to every list entry are from PagedPool.

Keywords : kbdocerr kbDDK kbKMode kbOSWinNT310 kbOSWinNT350 kbOSWinNT351 kbOSWinNT400
Issue type : kbbug
Technology : kbAudDeveloper kbWinDDKSearch kbWin32sSearch kbWin32DDKSearch kbWin32DDKNT310 kbWin32DDKNT350 kbWin32DDKNT351 kbWin32DDKNT400 kbWin32DDKNTSearch


Last Reviewed: March 8, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.