
passing arguments by reference in com function calls
hi...i am trying to call an activex com object function
which takes couple of [out] parameters. the problem is
jscript doesnt seem to support pass by reference in com
calls...is there any workaround to it??...i will be
greatful of any help u guys can provide me.given below is
a prototype of the function to call from client side
JScript function...
HRESULT foo([In]BSTR *InputBuff, [Out]BSTR*OutputBuff,
[Out]SAFEARRAY structInfo, DWORD dwFlags);