Home | History | Annotate | Download | only in include

Lines Matching refs:get_cursor

4660     virtual HRESULT WINAPI get_cursor(BSTR *p) = 0;
4850 HRESULT (WINAPI *get_cursor)(IHTMLStyle *This,BSTR *p);
5042 #define IHTMLStyle_get_cursor(This,p) (This)->lpVtbl->get_cursor(This,p)
6160 virtual HRESULT WINAPI get_cursor(BSTR *p) = 0;
6333 HRESULT (WINAPI *get_cursor)(IHTMLRuleStyle *This,BSTR *p);
6508 #define IHTMLRuleStyle_get_cursor(This,p) (This)->lpVtbl->get_cursor(This,p)
7715 virtual HRESULT WINAPI get_cursor(BSTR *p) = 0;
7817 HRESULT (WINAPI *get_cursor)(IHTMLCurrentStyle *This,BSTR *p);
7921 #define IHTMLCurrentStyle_get_cursor(This,p) (This)->lpVtbl->get_cursor(This,p)