Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 72 of file mimefilter.c.
{ MimeFilter *This = impl_from_IInternetProtocol(iface); LONG ref = InterlockedDecrement(&This->ref); TRACE("(%p) ref=%d\n", This, ref); if(!ref) { heap_free(This); URLMON_UnlockModule(); } return ref; }