IOCTL_NDIS_GET_ADAPTER_NAMES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This CE-specific NDIS DeviceIoControl request is used to retrieve the names of the adapters currently instantiated by NDIS.

Parameters

  • lpOutBuffer
    Pointer to a buffer to receive the retrieved list of adapter names. The list will be a wide character multi-string.
  • nOutBufferSize
    Size in bytes of the lpOutBuffer string.
  • lpBytesReturned
    Pointer to DWORD in which to store the number of bytes in the returned multi-string.

Requirements

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

See Also

Reference

DeviceIoControl