Share via


NdisDeregisterAdapter (Windows CE 5.0)

Send Feedback

This function tells NDIS to destroy a new device instance.

VOID NdisDeregisterAdapter(PNDIS_STATUSStatus,PWSTR AdapterInstanceName);

Parameters

  • Status
    [out] On return, contains the status of the operation.
  • AdapterInstanceName
    [in] The NULL-terminated name of the adapter instance to delete.

Return Values

None.

Remarks

NdisDeregisterAdapter can be used to delete a device instance previously created with NdisRegisterAdapter.

Requirements

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

See Also

IOCTL_NDIS_REGISTER_ADAPTER | DeviceIoControl | NdisRegisterAdapter

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.