DispInvoke is correct so there is no need to print a fixme.

This commit is contained in:
Robert Shearman 2005-06-01 11:03:05 +00:00 committed by Alexandre Julliard
parent 9ca5717a2f
commit 61d862540b
1 changed files with 1 additions and 6 deletions

View File

@ -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);