![]() |
【转帖】vc++和activex: 请问如何设置iselectectionset的后面两个参数
vc++和activex: 请问如何设置iselectectionset的后面两个参数
vc++和activex: 请问如何设置iselectectionset的后面两个参数 代码是这样的: iacadselectionset set=sets.add(l"test"); colesafearray value,data; short typei[]={8}; tchar v[]=_t("0"); data.createonedim(vt_ui1,sizeof(v)/sizeof(tchar),v); type.createonedim(vt_i2,1,typei); set.select (5,covoptional,covoptional,type, data); 这样总是在运行时提示: 参数filterdata在运行时无效,而改为: set.select (5,covoptional,covoptional,covoptional, covoptional); 却可以, 参数 type 和 data 要怎样填充? |
| 所有的时间均为北京时间。 现在的时间是 10:59 PM. |