Porovnávané verzie
porovnané s
Kľúč
- Tento riadok sa pridal
- Riadok je odstránený.
- Formátovanie sa zmenilo.
Declaration
Blok kódu | ||||
---|---|---|---|---|
| ||||
void (_stdcall * TraceComTextFile)(HOBJ LnID, char *FileName, unsigned int MaxFileSize, char *Str); |
Parameters
LnId | Communication line ID. |
FileName | File name. |
MaxFileSize | Maximal size of log file in MB. |
Str | Array 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.