Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Declaration


Blok kódu
languagecpp
themeConfluence
void (_stdcall * TraceComTextFile)(HOBJ LnID, char *FileName, unsigned int MaxFileSize, char *Str);
Parameters


LnIdCommunication line ID.
FileNameFile name.
MaxFileSizeMaximal size of log file in MB.
StrArray of characters that will be saved into log file.
Description
The procedure enables to save any record to the log file that is defined by FileName parameter. The files are saved into Trace directory of an application.

Info
titleRelated pages:

D2000 KomAPI - call-back function