登录
首页 » ActiveX-DCOM-ATL » ActiveX/DCOM/ATL 实例4

ActiveX/DCOM/ATL 实例4

于 2022-03-10 发布 文件大小:11.26 kB
0 121
下载积分: 2 下载次数: 1

代码说明:

ActiveX/DCOM/ATL 实例4-ActiveX/DCOM/ATL Example 4

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ActiveX controls in the preparation, ActiveX controls and the application of pri...
    ActiveX控件的编写,ActiveX控件的应用与工作原理.-ActiveX controls in the preparation, ActiveX controls and the application of principle.
    2023-02-26 06:40:03下载
    积分:1
  • 可以压缩各种文件,是我学c++的早期作品,有不恰当的地方欢迎指出!...
    可以压缩各种文件,是我学c++的早期作品,有不恰当的地方欢迎指出!-Documents can be compressed, I learn c++ s early works, there are not appropriate to point out that the local welcomed!
    2022-02-05 08:11:49下载
    积分:1
  • 如果其他会员下载一次您上载的源码,您的可用下载数就会增加1次。更多说明请参看[帮助说明] 您(jiojijwe@163.com)最近上载的源码有: 如果其他...
    如果其他会员下载一次您上载的源码,您的可用下载数就会增加1次。更多说明请参看[帮助说明] 您(jiojijwe@163.com)最近上载的源码有: 如果其他会员下载一次您上载的源码,您的可用下载数就会 增加1次。更多说明请参看[帮助说明]-If other members to download once you upload the source code, you will increase the number of available downloads 1. More description see [Help] you (jiojijwe@163.com) recently uploaded the source code are as follows: If the other members to download once you upload the source code, you will increase the number of available downloads 1. More description see [Help]
    2023-05-30 05:30:03下载
    积分:1
  • 蓝牙通信的源程序,用C语言写的,简单易行,运行控制…
    blueteeth communication source ,written with c language ,simple and easy,run condition Yurbo C 2.0
    2022-05-18 05:35:08下载
    积分:1
  • 使用windowsMediaPlayer的activex控件来播放媒体文件,支持绝大部分文件格式,小巧玲珑,...
    使用windowsMediaPlayer的activex控件来播放媒体文件,支持绝大部分文件格式,小巧玲珑,-use windowsMediaPlayer activeX controls the broadcast media to support the majority of document formats, 1000, huh
    2022-05-25 14:32:01下载
    积分:1
  • look it yourself.
    本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
    2022-03-01 05:24:05下载
    积分:1
  • 使用生成的C++代码的验证码图像IIS过滤器时
    使用IIS过滤器时通过C++生成验证码图片的代码-When using the IIS filter generated by C++ code for the image verification code
    2023-07-04 07:30:03下载
    积分:1
  • Windows XP风格之Windows XP风格按钮和滚动条ActiveX控件
    Windows XP风格之Windows XP风格按钮和滚动条ActiveX控件-Windows XP style of Windows XP style buttons and scroll bar ActiveX Controls
    2022-10-19 04:35:03下载
    积分:1
  • COM――到底是什么?――COM标准的要点介绍,它被设计用来解决什么问题 基本元素的定义――COM术语以及这些术语的含义 使用和处理COM对象――如...
    COM――到底是什么?――COM标准的要点介绍,它被设计用来解决什么问题 基本元素的定义――COM术语以及这些术语的含义 使用和处理COM对象――如何创建、使用和销毁COM对象 基本接口――描述IUnknown基本接口及其方法 掌握串的处理――在COM代码中如何处理串 应用COM技术――例子代码,举例说明本文所讨论的所有概念 处理HRESULT――HRESULT类型描述,如何监测错误及成功代码 -COM- What is in the end?- COM introduce the main points of the standard, which was designed to solve the problem of the basic elements of what the definition of- COM terminology and the meaning of these terms of use and handling of COM objects- how to create, use and destruction of the basic interface COM object- described IUnknown the basic interface and its methods of treatment have strings- in the COM code string of the application of how to deal with COM technology- examples of code, examples discussed in this article all deal with the concept of HRESULT- HRESULT type description, how to monitor the errors and the success of the code
    2022-01-25 20:42:46下载
    积分:1
  • 变化的变量可以在交付的COM/DCOM接口(输入方法,…
    Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。-Variant variables can be in the COM/DCOM interface method of delivery (incoming, outgoing) variable-length array of structures, but it needs to be packaged reconciliation package, the efficiency is relatively low. This example uses the method size_is specified length, this is seen from the MSDN, but the example given on MSDN is not specific enough, it took some time to explore, the final test pass, to a friend new to COM sharing (the old guy They can ignore). This example needs to be done because it is the work of testing procedures, and therefore, there is a small amount of redundant code, we take note of the line, and also to reduce the number of parameters passed when the transmission
    2022-04-08 10:27:58下载
    积分:1
  • 696518资源总数
  • 106268会员总数
  • 10今日下载