The information in this article applies to:
SUMMARYIntrfc.exe is a sample that demonstrates how to programmatically enumerate IP interface information, such as a system's IP address, subnet mask, and broadcast address, using the WSAIoctl() API with the SIO_GET_INTERFACE_LIST option. In addition, Intrfc.exe demonstrates how to interpret IP status flags for each IP interface. The flags are defined in the Windows Sockets 2 Protocol-Specific Annex specification which can be found in the January 98 MSDN Platform SDK or later. MORE INFORMATION
If you are using Windows NT 4.0 with Service Pack 3 or earlier, there is a
problem with the SIO_GET_INTERFACE_LIST option. Please see the following
knowledge base article for further information:
Q181520 BUG: WSAIoctl SIO_GET_INTERFACE_LIST Option ProblemThe following file is available for download from the Microsoft Download Center. Click the file name below to download the file: Intrfc.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. Intrfc.exe contains the following files:
To run this application, simply execute Interface.exe. Additional query words:
Keywords : kbfile kbnetwork kbsample kbAPI kbIP kbNTOS400 kbWinOS2000 kbSDKPlatform kbWinOS95 kbWinOS98 kbWinsock kbGrpNet |
Last Reviewed: February 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |