Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 675 of file registrar.c.
{ Registrar *This = impl_from_IRegistrar(iface); TRACE("(%p)->(%s %d %s)\n", This, debugstr_w(resFileName), nID, debugstr_w(szType)); return resource_register(This, resFileName, MAKEINTRESOURCEW(nID), szType, FALSE); }