Lines Matching defs:ref
57 ULONG ref = InterlockedIncrement(&This->ref);59 TRACE("%p increasing refcount to %u.\n", iface, ref);61 return ref;66 ULONG ref = InterlockedDecrement(&This->ref);68 TRACE("%p decreasing refcount to %u.\n", iface, ref);70 if (ref == 0) {78 return ref;167 query->ref = 1;