LastRenderErrorA
Miscellaneous functions, Rendering and printing
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to LastRenderError and string arguments are interpreted using the current SetAnsiMode code page
Returns the exception information in cases where the renderer encountered an error.
Syntax
Delphi
Function DLLastRenderErrorA(InstanceID: Integer): PAnsiChar;
DLL
const char * DLLastRenderErrorA(int InstanceID);