LastRenderErrorA

其他函式、描繪與列印

描述

結尾的 A 表示 ANSI(char)DLL 進入點;ActiveX/COM 介面只提供 Unicode 形式。行為與 LastRenderError 完全相同,字串參數依目前 SetAnsiMode 的字碼頁解讀

描繪器遇到錯誤時,傳回例外資訊

語法

Delphi

Function DLLastRenderErrorA(InstanceID: Integer): PAnsiChar;

DLL

const char * DLLastRenderErrorA(int InstanceID);