贝贝花花包包店,精品555皮具,钱夹,皮夹

字体:  

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

Youth 发表于: 2008-8-01 20:36 来源: ACE 开发者

没google到。。。

最新回复

_coco at 2008-8-04 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 at 2008-8-04 15:57:17
收到!非常感谢