Lines Matching refs:IDistributorNotify
227 typedef struct IDistributorNotify IDistributorNotify; typedef
3178 struct IDistributorNotify : public IUnknown { struct
3189 HRESULT (WINAPI *QueryInterface)(IDistributorNotify *This,REFIID riid,void **ppvObject);
3190 ULONG (WINAPI *AddRef)(IDistributorNotify *This);
3191 ULONG (WINAPI *Release)(IDistributorNotify *This);
3192 HRESULT (WINAPI *Stop)(IDistributorNotify *This);
3193 HRESULT (WINAPI *Pause)(IDistributorNotify *This);
3194 HRESULT (WINAPI *Run)(IDistributorNotify *This,REFERENCE_TIME tStart);
3195 HRESULT (WINAPI *SetSyncSource)(IDistributorNotify *This,IReferenceClock *pClock);
3196 HRESULT (WINAPI *NotifyGraphChange)(IDistributorNotify *This);
3199 struct IDistributorNotify { struct
3213 HRESULT WINAPI IDistributorNotify_Stop_Proxy(IDistributorNotify *This);
3215 HRESULT WINAPI IDistributorNotify_Pause_Proxy(IDistributorNotify *This);
3217 HRESULT WINAPI IDistributorNotify_Run_Proxy(IDistributorNotify *This,REFERENCE_TIME tStart);
3219 …HRESULT WINAPI IDistributorNotify_SetSyncSource_Proxy(IDistributorNotify *This,IReferenceClock *pC…
3221 HRESULT WINAPI IDistributorNotify_NotifyGraphChange_Proxy(IDistributorNotify *This);