Lines Matching defs:ref
64 ULONG ref = InterlockedIncrement(&This->ref);66 TRACE("(%p)->() incrementing from %u.\n", This, ref - 1);68 return ref;73 ULONG ref = InterlockedDecrement(&This->ref);75 TRACE("(%p)->() decrementing from %u.\n", This, ref + 1);77 if (!ref) {83 return ref;216 palette->ref = 1;