|
| KiXtart 2001 Manual |
EnumIpInfo( )
| Action: | Enables enumeration of TCP/IP information of all network adapters of the local system. |
| Syntax: | ENUMIPINFO (index, type) |
| Parameters: |
Index
Type
|
| Remarks: |
This
function is available on Windows XP, Windows 2000 and Windows 9x, but
not on Windows NT. Furthermore, this function relies on a correct
installation of the IP Helper API which is installed as part of Microsoft
Internet Explorer 5.0 and higher. Note that there is a known issue with
installing the required DLLs on Windows 9x. Full details on this issue can
be found in the Q234573 KnowledgeBase article. |
| Returns: |
A string representing the requested information. |
| Example: |
$Result = EnumIPInfo() |