LastRenderErrorA

Funzioni varie, rendering, stampa

Descrizione

Il suffisso A indica l'entry point DLL ANSI (char); l'interfaccia ActiveX/COM espone soltanto la forma Unicode. Il comportamento รจ identico a LastRenderError e gli argomenti stringa vengono interpretati usando la code page corrente di SetAnsiMode

Restituisce le informazioni sull'eccezione quando il renderer ha riscontrato un errore

Sintassi

Delphi

Function DLLastRenderErrorA(InstanceID: Integer): PAnsiChar;

DLL

const char * DLLastRenderErrorA(int InstanceID);