Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to call a C++ COM function with BSTR* parameter in VBScript

Status
Not open for further replies.

maggiezhao

Programmer
Jan 11, 2003
3
US
In my COM component written in C++, there is function:
HRESULT f(BSTR* id)

How to call this function in VBScript?

Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top