文件名称:VC_call_COM
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 信*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VC调用COM的方式总结
准备及条件:
COM服务器为进程内服务器,DLL名为simpCOM.dll,该组件只有一个接口IFoo,该接口只有一个方法
HRESULT SayHello(void)-VC call to sum up the way for COM and conditions: COM server process server, DLL named simpCOM.dll, the component is only one interface IFoo, the interface is only one way HRESULT SayHello (void)
准备及条件:
COM服务器为进程内服务器,DLL名为simpCOM.dll,该组件只有一个接口IFoo,该接口只有一个方法
HRESULT SayHello(void)-VC call to sum up the way for COM and conditions: COM server process server, DLL named simpCOM.dll, the component is only one interface IFoo, the interface is only one way HRESULT SayHello (void)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC_call_COM.txt