Share via


NdisMQueryAdapterResources (Windows CE 5.0)

Send Feedback

This function returns a list of hardware resources for a NIC.

VOID NdisMQueryAdapterResources(PNDIS_STATUSStatus,NDIS_HANDLEWrapperConfigurationContext,PNDIS_RESOURCE_LISTResourceList,PUINTBufferSize);

Parameters

  • Status
    [out] Points to a caller-supplied variable in which this function returns the status of the call.
  • WrapperConfigurationContext
    [in] Specifies the handle input to MiniportInitialize.
  • ResourceList
    [out] Points to a caller-allocated buffer in which this function returns a set of hardware resources for the caller's NIC.
  • BufferSize
    [in] Points to a variable that specifies the size in bytes of the caller-allocated buffer on input and the number of bytes of information returned by this call.

Return Values

None.

Remarks

To get bus-configuration hardware configuration parameters for their NICs, drivers can call NdisMQueryAdapterResources from their MiniportInitialize functions.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.

See Also

MiniportInitialize | NdisOpenConfiguration | NdisReadConfiguration | NdisWriteConfiguration

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.