Home | History | Annotate | Download | only in include

Lines Matching full:get_expr

6959       virtual HRESULT WINAPI get_expr(BSTR *expression) = 0;
6986 HRESULT (WINAPI *get_expr)(IXMLDOMSelection *This,BSTR *expression);
7015 #define IXMLDOMSelection_get_expr(This,expression) (This)->lpVtbl->get_expr(This,expression)