GuiSymbolLogAdd

函数描述。

void GuiSymbolLogAdd(const char* message);

参数

message String containing the message to add to the symbol log. Ensure that a carriage line and return feed are included with the string for it to properly display it. Encoding is UTF-8.

返回值

此函数不返回值。

示例

GuiSymbolLogAdd(&szMsg);