Share via


NdisDeregisterAdapter

This function tells NDIS to destroy a new device instance.

VOID NdisDeregisterAdapter(
  PNDIS_STATUS Status,
  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.

See Also

IOCTL_NDIS_REGISTER_ADAPTER | DeviceIoControl | NdisRegisterAdapter

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.