atl: Pass correct arguments to fuctions executed by AtlInternalQueryInterface.

This commit is contained in:
Piotr Caban 2010-06-17 12:53:48 +02:00 committed by Alexandre Julliard
parent 5361263bdb
commit 981fcc897c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ HRESULT WINAPI AtlInternalQueryInterface(void* this, const _ATL_INTMAP_ENTRY* pE
else else
{ {
TRACE("Function\n"); TRACE("Function\n");
rc = pEntries[i].pFunc(this, iid, ppvObject,0); rc = pEntries[i].pFunc(this, iid, ppvObject, pEntries[i].dw);
} }
break; break;
} }