DispInvoke is correct so there is no need to print a fixme.
This commit is contained in:
parent
9ca5717a2f
commit
61d862540b
|
@ -17,7 +17,6 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* TODO: Type coercion is implemented in variant.c but not called yet.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
@ -78,11 +77,7 @@ HRESULT WINAPI DispInvoke(
|
|||
EXCEPINFO *pexcepinfo, /* [out] Destination for exception information */
|
||||
UINT *puArgErr) /* [out] Destination for bad argument */
|
||||
{
|
||||
/**
|
||||
* TODO:
|
||||
* For each param, call DispGetParam to perform type coercion
|
||||
*/
|
||||
FIXME("Coercion of arguments not implemented\n");
|
||||
TRACE("\n");
|
||||
|
||||
return ITypeInfo_Invoke(ptinfo, _this, dispidMember, wFlags,
|
||||
pparams, pvarResult, pexcepinfo, puArgErr);
|
||||
|
|
Loading…
Reference in New Issue