BUG: Call to WSAIoctl with SIO_GET_INTERFACE_LIST Option Fails

ID: Q170642

The information in this article applies to:

SYMPTOMS

When the SIO_GET_INTERFACE_LIST option is used in a call to WSAIoctl( ), the API returns WSAENOPROTOOPT or sometimes causes an access violation in wshtcpip.dll. As a result of this behavior, you cannot get a descriptive list of the network interfaces on your machine.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Winsock2 has new functionality that enables you to obtain information about the network interfaces supported by your machine. Some of the information returned for each interface is:

IP address Subnet Mask Broadcast Address, etc.

You should have been able to get this information by making a call to the WSAIoctl( ) API with the SIO_GET_INTERFACE_LIST option. However, due to the bug mentioned above, the API fails with error WSAENOPROTOOPT or sometimes causes an access violation in wshtcpip.dll.

Additional query words:

Keywords          : kbnetwork kbAPI kbNTOS400bug kbSDKPlatform kbWinsock kbGrpNet 
Issue type        : kbbug

Last Reviewed: November 22, 1998