GetEvent 263 3rdparty/include/dshow/control.h virtual HRESULT WINAPI GetEvent(long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout) = 0; GetEvent 280 3rdparty/include/dshow/control.h HRESULT (WINAPI *GetEvent)(IMediaEvent *This,long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout); GetEvent 299 3rdparty/include/dshow/control.h #define IMediaEvent_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) GetEvent 341 3rdparty/include/dshow/control.h HRESULT (WINAPI *GetEvent)(IMediaEventEx *This,long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout); GetEvent 363 3rdparty/include/dshow/control.h #define IMediaEventEx_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) GetEvent 1487 modules/videoio/src/cap_msmf.cpp hr = ig_pSession->GetEvent(0, &pEvent); GetEvent 1505 modules/videoio/src/cap_msmf.hpp hr = pQueue->GetEvent(dwFlags, ppEvent); GetEvent 174 modules/videoio/src/cap_winrt/MediaStreamSink.cpp CHK(eventQueue->GetEvent(flags, event)); GetEvent 61 modules/videoio/src/cap_winrt/MediaStreamSink.hpp IFACEMETHODIMP GetEvent(__in DWORD flags, __deref_out IMFMediaEvent **event);