Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 62 of file property.c.
{ ULONG ref; LPCKsPropertySetImpl This = (LPCKsPropertySetImpl)CONTAINING_RECORD(iface, CKsPropertySetImpl, lpVtbl); ref = InterlockedDecrement(&(This->ref)); if (!ref) { HeapFree(GetProcessHeap(), 0, This); } return ref; }