关于com属性(100分)

  • 主题发起人 主题发起人 drummerzw
  • 开始时间 开始时间
D

drummerzw

Unregistered / Unconfirmed
GUEST, unregistred user!
新建一个属性username 测试后发现put_username(入参类型:BSTR) 可以赋值但get_username(返回值类型:BSTR)取不出值
在VC中调用如下
com_Ilogin *test;
CString tmp = "111";
test->put_username(tmp.AllocSysString());//已定义:BSTR AllocSysString() const;
BSTR temp;
test->get_username();
AfxMessageBox(CString(temp));
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
923
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
332
import
I
后退
顶部