Share via


IOCTL_NDIS_DEREGISTER_ADAPTER

This CE-specific NDIS DeviceIoControl request allows an application have NDIS de-instantiate an adapter previously created with IOCTL_NDIS_REGISTER_ADAPTER.

IOCTL_NDIS_DEREGISTER_ADAPTER is exported in Ndis.h as NdisDeregisterAdapter.

Parameters

  • lpInBuffer
    Pointer to a wide character, null terminated string that is the name of the adapter to be instantiated.
  • nInBufferSize
    Size in bytes of the lpInBuffer string, including the null terminator.

Remarks

IOCTL_NDIS_DEREGISTER_ADAPTER is supported only for ISA and PCI devices, not PCMCIA).

Requirements

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

See Also

IOCTL_NDIS_REGISTER_ADAPTER | DeviceIoControl

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.