- Add
DISP_E_*
constants - Add
argError
optional parameter to theDispatcher.invoke
method, allowing
retrieval of the index of the first parameter inrgvarg
that encounters an
error, if applicable - Update
Dispatcher.set
to accept aPointer<VARIANT>
for the value
parameter - Add
byReference
optional named parameter to theDispatcher.set
method,
enabling property assignment by reference instead of by value