--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Invoke on an IDispatch looks like > > HRESULT Invoke( > DISPID dispIdMember, > REFIID riid, > LCID lcid, > WORD wFlags, > DISPPARAMS FAR* pDispParams, > VARIANT FAR* pVarResult, > EXCEPINFO FAR* pExcepInfo, > unsigned int FAR* puArgErr) > > I send in both &ExcepInfo and &uArgErr, but they never seen to come back with > anything but NULL.
What about interpreting the HRESULT into a SCODE...?
