Home | History | Annotate | Download | only in include

Lines Matching refs:WriteToFile

1033     virtual HRESULT WINAPI WriteToFile(BSTR FileName) = 0;
1060 HRESULT (WINAPI *WriteToFile)(Attachment *This,BSTR FileName);
1089 #define Attachment_WriteToFile(This,FileName) (This)->lpVtbl->WriteToFile(This,FileName)