Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 294 of file duplex.c.
Referenced by IDirectSoundFullDuplexImpl_QueryInterface().
{ IDirectSoundFullDuplex_IDirectSound8 *This = (IDirectSoundFullDuplex_IDirectSound8 *)iface; ULONG ref = InterlockedIncrement(&(This->ref)); TRACE("(%p) ref was %d\n", This, ref - 1); return ref; }