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