GetAnnotEmbeddedFileToFileA
Annotations and hotspot links
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de GetAnnotEmbeddedFileToFile e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Saves the embedded file inside the annotation object to the specified file on disk.
Syntax
Delphi
Function DLGetAnnotEmbeddedFileToFileA(InstanceID, Index, Options: Integer; FileName: PAnsiChar): Integer;
DLL
int DLGetAnnotEmbeddedFileToFileA(int InstanceID, int Index, int Options, const char * FileName);
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. Currently not used. Default = 0 |
|---|---|
| Options | |
| FileName | The filename of where to save the file |