Home | History | Annotate | Download | only in include

Lines Matching full:bindhandler

2784     virtual HRESULT STDMETHODCALLTYPE BindHandler(
2809 HRESULT (STDMETHODCALLTYPE *BindHandler)(
2827 #define IBindEventHandler_BindHandler(This,pstrEvent,pdisp) (This)->lpVtbl->BindHandler(This,pstrEvent,pdisp)
2841 return This->lpVtbl->BindHandler(This,pstrEvent,pdisp);