IDistributorNotify  227 3rdparty/include/dshow/strmif.h typedef struct IDistributorNotify IDistributorNotify;
IDistributorNotify 3178 3rdparty/include/dshow/strmif.h   struct IDistributorNotify : public IUnknown {
IDistributorNotify 3189 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDistributorNotify *This,REFIID riid,void **ppvObject);
IDistributorNotify 3190 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDistributorNotify *This);
IDistributorNotify 3191 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDistributorNotify *This);
IDistributorNotify 3192 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Stop)(IDistributorNotify *This);
IDistributorNotify 3193 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Pause)(IDistributorNotify *This);
IDistributorNotify 3194 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Run)(IDistributorNotify *This,REFERENCE_TIME tStart);
IDistributorNotify 3195 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock);
IDistributorNotify 3196 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NotifyGraphChange)(IDistributorNotify *This);
IDistributorNotify 3213 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDistributorNotify_Stop_Proxy(IDistributorNotify *This);
IDistributorNotify 3215 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDistributorNotify_Pause_Proxy(IDistributorNotify *This);
IDistributorNotify 3217 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDistributorNotify_Run_Proxy(IDistributorNotify *This,REFERENCE_TIME tStart);
IDistributorNotify 3219 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDistributorNotify_SetSyncSource_Proxy(IDistributorNotify *This,IReferenceClock *pClock);
IDistributorNotify 3221 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDistributorNotify_NotifyGraphChange_Proxy(IDistributorNotify *This);