Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 612 of file control.c.
{ MediaSeekingImpl *This = (MediaSeekingImpl *)iface; TRACE("(%p, %p)\n", pCurrent, pStop); EnterCriticalSection(This->crst); *pCurrent = This->llCurrent; *pStop = This->llStop; LeaveCriticalSection(This->crst); return S_OK; }