搜索资源列表
AdoDatabase第 2 版
- 这也是采用COM接口的数据库访问技术, 采用ADO类封装,速度快,更加容易调用。- This also is uses the COM connection the database visit technology, uses a ADO kind of seal, the speed quickly, is easier to transfer.
COMIntro2_src
- 本文为刚刚接触COM的程序员提供编程指南,解释COM服务器内幕以及如何用C++编写自己的接口。 继上一篇COM编程入门之后,本文将讨论有关COM服务器的内容,解释编写自己的COM接口和COM服务器所需要的步骤和知识,以及详细讨论当COM库对COM服务器进行调用时,COM服务器运行的内部机制。- This article for the programmer which just contacts COM provides the programming guide, explained how
SMTPExe
- 通过SMTP协议发送邮件程序。另外,还可以通过COM接口参数进行发送。-through the SMTP protocol to send e-mail programs. In addition, through the COM interface parameters of this.
h_msn
- 实现MSN自动转发消息的功能,利用了MS提供的MSN com接口,直接调用就可以了,也可以获取所有联系的列表,具体的接口参照MSDN上的说明-achieve MSN automatically forwarded to the news function, use of the MS MSN com interface, called directly, and they can also can get a list of all links, the interface reference
xComTest
- 典型的COM接口程序示范,表述了如何创建COM控件。-typical COM interface demonstrations, a presentation on how to create COM controls.
通过COM接口实现MSN与本程序互动
- 通过COM接口实现MSN与本程序互动 通过COM接口实现MSN与本程序互动-through COM interface MSN interaction with the process thro ugh COM interface MSN interaction with the procedure
VC下利用COM传递不定长结构数组(非Variant)
- Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存
Yxdata.排队机接口程序
- 排队机接口程序(vc调用net com组件,com组件调用webservice),排队机接口程序(vc调用net com组件,com组件调用webservice)
COM-technology
- COM技术初探,COM接口开发,基本教程,更容易体解。-COM technology of COM interface development.
COMHook_Src
- Visual C++ HOOK COM接口-Visual C++ HOOK COM Interface
COMHook
- 一个示例工程源码,主要讲述如果对COM接口进行HOOK-A demo of hooking COM interface
COM
- COM组件小例子 实现了两个接口 有类场-COM
Hook
- OLE DB,对象链接与嵌入数据库。 OLE DB在两个方面对ODBC进行了扩展。首先, OLE DB提供了一个数据库编程的COM接口;第二, OLE DB提供了一个可用于关系型和非关系型数据源的接口。 OLE DB的两个基本结构是OLE DB提供程序(Provider)和OLE DB用户程序(Consumer)。-OLE DB, Object Linking and Embedding Database. OLE DB for ODBC in the two areas have been e
com
- com接口源码大全 com接口源码大全-com接口源码大全com接口源码大全com接口源码大全
COM
- 几种接口调用的示例,很好用的哦,很强大-Several interface called an example of good use Oh, very powerful
COM
- 该内容是公司内部对VC中如何使用COM接口做的编程培训,讲的很不错,很细致,并有代码辅助参考。通过此培训,可以对想使用COM编程的人有较好效果,能大致清楚COM编程的内容-The content is internal to the VC in how to use COM interfaces to do the training program, said very good, very detailed, and auxiliary reference code. Through this
COM-technology-insider
- COM接口可以通过多种语言实现,接口有一个二进制的标准。也就是说,表示一个接口的内存块必须具有一定的结构。客户程序用一个指向接口数据结构的指针来调用接口成员函数。接口指针实际上又指向一个指针,这第二个指针指向一组函数,称为接口寒暑表。接口函数表中每项为4个字节长的函数指针。 在C++中,可以使用抽象基类实现COM接口。抽象基类的内存结构跟接口的内存结构正好完全相同。抽象基类的指针指向一个vtbl指针,该指针指向虚拟函数表。由于一个COM组件可以支持任意数目的接口,因此对于这类组件,我们使用抽
com
- 将系统中的com接口包装为控件供大家使用-Com interface packaging system for people to use for the control
AutoCAD-COM
- 在VC++中调用通过COM接口调用AutoCAD,在AutoCAD中创建一个表对象并进行写入和读取的操作。-AutoCAD calls by calling a COM interface in VC++, create a table object in AutoCAD and write and read operations.
COM编程入门
- COM组件对象模型编程入门书籍,是一本关于接口方面的入门书籍,值得参考(COM component object model programming portal books, is an introductory book on the interface, it is worth considering)