Share via


IOCTL_NDIS_DEREGISTER_ADAPTER (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.