Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 25 of file download.c.
Referenced by DMUSIC_CreateDirectMusicDownloadImpl().
{ IDirectMusicDownloadImpl *This = (IDirectMusicDownloadImpl *)iface; TRACE("(%p, %s, %p)\n", This, debugstr_dmguid(riid), ppobj); if (IsEqualIID (riid, &IID_IUnknown) || IsEqualIID (riid, &IID_IDirectMusicDownload)) { IUnknown_AddRef(iface); *ppobj = This; return S_OK; } WARN("(%p, %s, %p): not found\n", This, debugstr_dmguid(riid), ppobj); return E_NOINTERFACE; }