NdisTerminateWrapper (Windows CE 5.0)

Send Feedback

This function releases system resources allocated when the NIC driver called the NdisMInitializeWrapper function.

VOIDNdisTerminateWrapper(NDIS_HANDLENdisWrapperHandle,PVOIDSystemSpecific);

Parameters

  • NdisWrapperHandle
    [in] Specifies the handle returned by the NdisMInitializeWrapper function.
  • SystemSpecific
    [in] Not used. Set to NULL.

Return Values

None.

Remarks

A miniport calls this function during initialization if it cannot find an NIC that it supports in the current platform or if it cannot successfully initialize at least one NIC or virtual NIC.

The NDIS library cleans up the resources that it allocated if a miniport driver is unloaded after it has successfully initialized.

A driver should also call this function from its MiniportHalt function when its last NIC is being removed.

Requirements

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

See Also

NdisMInitializeWrapper | MiniportHalt

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.