The information in this article applies to:
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.
Keywords : kbdocerr kbDDK kbKMode kbNTOS310 kbNTOS350 kbNTOS351 kbNTOS400 |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |