DOCFIX: NdisMPciAssignResources Parameter List Is IncorrectLast reviewed: July 23, 1996Article ID: Q132247 |
The information in this article applies to:
SUMMARYThe following describes a DDK online documentation error for the NDIS 3.0 interface library. The DDK documentation lists NdisMPciAssignResources as:
VOID NdisMPciAssignResources(MiniportAdapterHandle, AssignedResources) IN NDIS_HANDLE MiniportAdapterHandle, OUT PNDIS_RESOURCE_LIST * AssignedResourcesIt should be changed to reflect the proper argument count of the NDIS function NdisMPciAssignResources(). The correct prototype for this function is:
VOID NdisMPciAssignResources(MiniportAdapterHandle, SlotNumber, AssignedResources) IN NDIS_HANDLE MiniportAdapterHandle, IN ULONG SlotNumber, OUT PNDIS_RESOURCE_LIST * AssignedResourcesThe parameter list documentation has been corrected in the Microsoft Windows NT DDK version 3.51 documentation.
|
Additional reference words: 3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |