Searched refs:IDistributorNotify (Results 1 – 1 of 1) sorted by relevance
227 typedef struct IDistributorNotify IDistributorNotify; typedef3178 struct IDistributorNotify : public IUnknown { struct3189 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);[all …]