首页   |   IT资讯   |   综合资讯   |   开发   |   软件   |   问答   |   网络技术   |   网络综合
更多:
当前位置:首页 » 手机数码
文章正文

提个菜鸟问题,各位大虾帮帮忙。

类型:转载   责任编辑:asp   日期:2007/03/01

    

dim   echo   as   icmp_echo_reply  
  需要引用什么部件?  
  谢谢

推荐阅读

  • Oracle将发布无线应用服务器测试版 [详细内容]
  • 风风火火!夏普传真机跌百元杀入1K [详细内容]
  • 与时俱进!从应用角度看打印机的发展 [详细内容]
  • 美国Sun发表应用服务器软件新版本 [详细内容]
  • 关于解决J70c手机后盖松动的简易办法 [详细内容]
  • 数码成像行业现状与发展前景简述 [详细内容]
  • Oracle9i应用服务器市场增大 成长率超过BEA和IBM [详细内容]
  • 网友回答:
    网友:imhellfire

    给你个地址去看看一段代码,http://www.vbcode.com/asp/showsn.asp?theid=233

    网友:of123

    public   type   icmp_echo_reply  
            address                   as   long                   replying   address  
            status                     as   long                   reply   status   code  
            roundtriptime       as   long                   round-trip   time,   in   milliseconds  
            datasize                 as   integer             reply   data   size.   always   an   int.  
            reserved                 as   integer             reserved   for   future   use  
            datapointer           as   long                   pointer   to   the   data   in   data   below  
            options                   as   icmp_options   reply   options,   used   in   tracert  
            returneddata         as   string   *   256   the   returned   data   follows   the  
                                                                              reply   message.   the   data   string  
                                                                              must   be   sufficiently   large   enough  
                                                                              to   hold   the   returned   data.  
      end   type  
       
      public   declare   function   icmpsendecho   lib   "icmp.dll"   _  
            (byval   icmphandle   as   long,   _  
              byval   destinationaddress   as   long,   _  
              byval   requestdata   as   string,   _  
              byval   requestsize   as   long,   _  
              requestoptions   as   icmp_options,   _  
              replybuffer   as   icmp_echo_reply,   _  
              byval   replysize   as   long,   _  
              byval   timeout   as   long)   as   long  
     

    .
    站内导航:
    IT热门资讯:
      最佳浏览:1024X768 MSIE
    ©2007 jqmk.com.cn All Rights Reserved