T
thinktwice
now i have to call a com interface method, which defines an out
parameter in the method,i don't know whether is's possible to pass a
reference object to the method in javascript?
interface ITest : IDispatch
{
[ id(1)]
HRESULT getString([out] BSTR *pVal);
}
parameter in the method,i don't know whether is's possible to pass a
reference object to the method in javascript?
interface ITest : IDispatch
{
[ id(1)]
HRESULT getString([out] BSTR *pVal);
}