Lines Matching defs:ref
56 ULONG ref = InterlockedIncrement(&This->ref);58 TRACE("%p increasing refcount to %u.\n", iface, ref);60 return ref;65 ULONG ref = InterlockedDecrement(&This->ref);67 TRACE("%p decreasing refcount to %u.\n", iface, ref);69 if (ref == 0) {77 return ref;129 swapchain->ref = 1;