Home | History | Annotate | Download | only in include

Lines Matching defs:detachEvent

9988     virtual HRESULT WINAPI detachEvent(BSTR event,IDispatch *pDisp) = 0;
10097 HRESULT (WINAPI *detachEvent)(IHTMLElement2 *This,BSTR event,IDispatch *pDisp);
10208 #define IHTMLElement2_detachEvent(This,event,pDisp) (This)->lpVtbl->detachEvent(This,event,pDisp)
11330 virtual HRESULT WINAPI detachEvent(void) = 0;
11343 HRESULT (WINAPI *detachEvent)(IHTCAttachBehavior *This);
11358 #define IHTCAttachBehavior_detachEvent(This) (This)->lpVtbl->detachEvent(This)
22708 virtual HRESULT WINAPI detachEvent(BSTR event,IDispatch *pDisp) = 0;
22732 HRESULT (WINAPI *detachEvent)(IHTMLWindow3 *This,BSTR event,IDispatch *pDisp);
22758 #define IHTMLWindow3_detachEvent(This,event,pDisp) (This)->lpVtbl->detachEvent(This,event,pDisp)
23305 virtual HRESULT WINAPI detachEvent(BSTR event,IDispatch *pDisp) = 0;
23357 HRESULT (WINAPI *detachEvent)(IHTMLDocument3 *This,BSTR event,IDispatch *pDisp);
23411 #define IHTMLDocument3_detachEvent(This,event,pDisp) (This)->lpVtbl->detachEvent(This,event,pDisp)
31934 virtual HRESULT WINAPI detachEvent(BSTR event,IDispatch *pDisp) = 0;
31954 HRESULT (WINAPI *detachEvent)(IHTMLNamespace *This,BSTR event,IDispatch *pDisp);
31976 #define IHTMLNamespace_detachEvent(This,event,pDisp) (This)->lpVtbl->detachEvent(This,event,pDisp)