SaveToFileA

Gerenciamento de documentos

Descrição

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

Grava o documento selecionado em um arquivo no disco

Sintaxe

Delphi

Function DLSaveToFileA(InstanceID: Integer; FileName: PAnsiChar): Integer;

DLL

int DLSaveToFileA(int InstanceID, const char * FileName);

Parâmetros

FileNameThe name of the file to create.

Valores retornados

0The file could not be created The file was created successfully
1