IOCTL_NDIS_UNBIND_ADAPTER (Windows Embedded CE 6.0)

1/6/2010

This CE-specific NDIS DeviceIoControl request allows an application have NDIS unbind an adapter from one or all NDIS protocol drivers.

Parameters

  • lpInBuffer
    Pointer to a wide character, multi-string. The first string in the multi-string is the name of the adapter to be unbound. If that is the only string, then the adapter will be unbound from all protocol drivers. If a second string is in the multi-string, then that is the name of the specific protocol driver from which to unbind the adapter.
  • nInBufferSize
    Size in bytes of the lpInBuffer string, including the null terminator.

Requirements

Header ndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver IOCTLs
IOCTL_NDIS_BIND_ADAPTER
IOCTL_NDIS_REBIND_ADAPTER
DeviceIoControl