Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 247 of file filtermapper.c.
{ FilterMapper2Impl *pFM2impl; HRESULT hr; TRACE("(%p, %p)\n", pUnkOuter, ppObj); hr = FilterMapper2_create(pUnkOuter, (LPVOID*)&pFM2impl); if (FAILED(hr)) return hr; *ppObj = &pFM2impl->lpVtblFilterMapper; return hr; }