Home | History | Annotate | Download | only in include

Lines Matching defs:SaveAs

835     virtual HRESULT WINAPI SaveAs(BSTR Filename) = 0;
862 HRESULT (WINAPI *SaveAs)(Document *This,BSTR Filename);
891 #define Document_SaveAs(This,Filename) (This)->lpVtbl->SaveAs(This,Filename)