Youth 发表于 2008-8-1 20:36:51

怎么用ACE取得本机IP地址?

没google到。。。

_coco 发表于 2008-8-4 09:36:27

ACE_Export int ACE::get_ip_interfaces          (          size_t &            count,
                ACE_INET_Addr *&          addr_array         
      )                        

Return count and array of all configured IP interfaces on this host, rc = 0 on success (count == number of interfaces else -1). Caller is responsible for calling delete [] on addr_array.

[ 本帖最后由 _coco 于 2008-8-4 09:37 编辑 ]

Youth 发表于 2008-8-4 15:57:17

收到!非常感谢:)
页: [1]
查看完整版本: 怎么用ACE取得本机IP地址?