Home | History | Annotate | Download | only in include

Lines Matching refs:get_implementation

619     virtual HRESULT WINAPI get_implementation(IXMLDOMImplementation **impl) = 0;
699 HRESULT (WINAPI *get_implementation)(IXMLDOMDocument *This,IXMLDOMImplementation **impl);
781 #define IXMLDOMDocument_get_implementation(This,impl) (This)->lpVtbl->get_implementation(This,impl)