No formal product support is available from Microsoft for this Beta product. For information about obtaining support for a Beta release, please see the documentation included with the Beta product files, or check the Web location from which you downloaded the release. The information in this article applies to:
SUMMARYThe comments section of the MmCreateMdl function reference documentation should read: The caller must be running at IRQL <= DISPATCH_LEVEL, if the caller passes a NULL pointer for MemoryDescriptorList and expects MmCreateMdl to allocate the storage. The system allocates storage from NonPagedPoolMustSucceed memory pool.If the call to MmCreateMdl occurs while running at IRQL > DISPATCH_LEVEL, the caller must allocate memory for the MDL from nonpaged pool and must supply a pointer for MemoryDescriptorList. MORE INFORMATIONThis function has been made obsolete in Windows 2000 and therefore the callers should use IoAllocateMdl instead. Additional query words: kbDSupport
Keywords : kbDDK kbKMode kbNTOS400 |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |