相关文章  
  • 重要文件的铠甲:EFS加密
  • Windows2000支持的几种文件系统与比较
  • 你真的了解windows的自启动方式吗?
  • C# 中数组和类型转换的功能实现
  • 如何优化 Tablet PC 的功能应用程序
  • 为 Windows XP Embedded 创建自定义组件
  • 企业用户应当如何利用Windows XP SP2
  • 将现存的信息系统移植到组件化架构
  • 应用程序互操作性:互用性基本原理
  • 动态汉化Windows技术的一些简要分析
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    C#中调用带回调函数和自定义结构体的DLL例程9

    nMTScs;  //成功转发数量.
      public uint nMTWT;  //待转发数量.
      public uint nMTFL;  //转发失败数量.
      public uint nMOScs;  //向SP成功送达数量.
      public uint nMOWT;  //向SP待送达数量.
      public uint nMOFL;  //向SP送达失败数量.
      }
      
      [StructLayout(LayoutKind.Sequential, Pack = 1)]
      public struct CMPP_CANCEL
      {
      public long nMsgid;
      }
      
      [StructLayout(LayoutKind.Sequential, Pack = 1)]
      public struct CMPP_CANCEL_RESP
      {
      public byte uchSuccessId;
      }
      
      [StructLayout(LayoutKind.Sequential, Pack = 1)]
      public struct CMPP_ACTIVETEST_RESP
      {
      public byte uchReserved;
      }
      
      [StructLayout(LayoutKind.Sequential, Pack = 1)]
      public struct CMPP_BODY
      {
      public CMPP_CONNECT_RESP pk_connectresp;
      public CMPP_SUBMIT_RESP pk_submit

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]9页、共10页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved