Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 64 of file propertybag.c.
{ PropertyBag *This = (PropertyBag*)iface; ULONG ref = InterlockedIncrement(&This->ref); TRACE("(%p) refcount=%u\n", iface, ref); return ref; }