Home | History | Annotate | Download | only in include

Lines Matching defs:get_profile

19675     virtual HRESULT WINAPI get_profile(BSTR *p) = 0;
19688 HRESULT (WINAPI *get_profile)(IHTMLHeadElement *This,BSTR *p);
19703 #define IHTMLHeadElement_get_profile(This,p) (This)->lpVtbl->get_profile(This,p)