SaveToFileA
ניהול מסמכים
תיאור
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SaveToFile and string arguments are interpreted using the current SetAnsiMode code page
שומר את המסמך הנבחר לקובץ בדיסק
תחביר
Delphi
Function DLSaveToFileA(InstanceID: Integer; FileName: PAnsiChar): Integer;
DLL
int DLSaveToFileA(int InstanceID, const char * FileName);
פרמטרים
| FileName | שם הקובץ ליצירה |
|---|
ערכי החזרה
| 0 | לא ניתן היה ליצור את הקובץ הקובץ נוצר בהצלחה |
|---|---|
| 1 |