IOCTL_NDIS_BIND_ADAPTER (Windows CE 5.0)

Send Feedback

This CE-specific NDIS DeviceIoControl request allows an application have NDIS bind an adapter to 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 bound. If that is the only string, then the adapter will be offered to all protocol drivers. If a second string is in the multi-string, then that is the name of the specific protocol driver to which to offer the adapter.
  • nInBufferSize
    Size in bytes of the lpInBuffer string, including the null terminator.

Requirements

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

See Also

DeviceIoControl | IOCTL_NDIS_REBIND_ADAPTER | IOCTL_NDIS_UNBIND_ADAPTER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.