本文介绍了用于获取和设置的通用接口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我想要一个用于设置和获取com dll不同值的接口.
该值可以是任何数据类型,即它支持int,char,long,short,string.
任何人都可以建议如何处理此问题.
我知道我们不能将虚拟模板功能或接口作为模板.
任何想法都受到高度赞赏.
提前谢谢.

问候,
Durga

Hi all,

I want to have an interface for setting and getting the different value from/to com dll.
The value can be of any datatype, i,e it support int, char, long, short, string.
Can any one suggest how to handle this.
I know we cant have virtual template function or interface as a template.
Any idea is highly appreciated.
Thanks in advance.

regards,
Durga

推荐答案




这篇关于用于获取和设置的通用接口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 11:33