Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 116 of file browse_ctx.c.
{ HRESULT r = S_OK; IRunningObjectTable *ROT; HlinkBCImpl *This = impl_from_IHlinkBrowseContext(iface); FIXME("(%p)->(%i)\n", This, dwRegister); GetRunningObjectTable(0, &ROT); r = IRunningObjectTable_Revoke(ROT, dwRegister); IRunningObjectTable_Release(ROT); return r; }