Lines Matching refs:IMediaEventSink
157 typedef struct IMediaEventSink IMediaEventSink;
2458 struct IMediaEventSink : public IUnknown {
2465 HRESULT (WINAPI *QueryInterface)(IMediaEventSink *This,REFIID riid,void **ppvObject);
2466 ULONG (WINAPI *AddRef)(IMediaEventSink *This);
2467 ULONG (WINAPI *Release)(IMediaEventSink *This);
2468 HRESULT (WINAPI *Notify)(IMediaEventSink *This,long EventCode,LONG_PTR EventParam1,LONG_PTR EventParam2);
2471 struct IMediaEventSink {
2481 HRESULT WINAPI IMediaEventSink_Notify_Proxy(IMediaEventSink *This,long EventCode,LONG_PTR EventParam1,LONG_PTR EventParam2);
2485 typedef IMediaEventSink *PMEDIAEVENTSINK;