EndSignProcessToFileA
Security and Signatures
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 EndSignProcessToFile e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Completes a digital signature process and writes the signed document to a file.
The result returned by EndSignProcessToFile will always be zero. To check the result of the digital signature signing process call the GetSignProcessResult function.
Syntax
Delphi
Function DLEndSignProcessToFileA(InstanceID, SignProcessID: Integer; OutputFile: PAnsiChar): Integer;
DLL
int DLEndSignProcessToFileA(int InstanceID, int SignProcessID, const char * OutputFile);
Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. The path and name of the file to save the signed PDF to. |
|---|---|
| OutputFile |