Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 461 of file connpt.c.
Referenced by EnumConnectionsImpl_QueryInterface().
{ EnumConnectionsImpl *This = (EnumConnectionsImpl *)iface; ULONG refCount = InterlockedIncrement(&This->ref); TRACE("(%p)->(ref before=%d)\n", This, refCount - 1); IUnknown_AddRef(This->pUnk); return refCount; }