ExamineIPAddresses()

语法

Result = ExamineIPAddresses([Format])
概要
Start examining the available IP addresses on the local computer. NextIPAddress() is used to retrieve each IP.

参数

Format (optional) The format of the IP to examine. It can be one of the following value:
  #PB_Network_IPv4: examine IPv4 addresses (default).
  #PB_Network_IPv6: examine IPv6 addresses. Returned addresses needs to be freed with FreeIP() after use.

返回值

Returns nonzero if examining the addresses works and zero if it failed.

参阅

NextIPAddress()

已支持操作系统

所有

<- EventServer() - Network Index - FreeIP() ->