ILMDVRSink::FreeEvents Example for C

void OnFreeEvents(ILMDVRSink* pSink, long registrationId)
{
   ILMDVRSink_FreeEvents(pSink, registrationId);
}