Home | History | Annotate | Download | only in dshow

Lines Matching refs:hEvent

262     virtual HRESULT WINAPI GetEventHandle(OAEVENT *hEvent) = 0;
279 HRESULT (WINAPI *GetEventHandle)(IMediaEvent *This,OAEVENT *hEvent);
298 #define IMediaEvent_GetEventHandle(This,hEvent) (This)->lpVtbl->GetEventHandle(This,hEvent)
306 HRESULT WINAPI IMediaEvent_GetEventHandle_Proxy(IMediaEvent *This,OAEVENT *hEvent);
340 HRESULT (WINAPI *GetEventHandle)(IMediaEventEx *This,OAEVENT *hEvent);
362 #define IMediaEventEx_GetEventHandle(This,hEvent) (This)->lpVtbl->GetEventHandle(This,hEvent)