x64dbg/docs/developers/functions/gui/GuiScriptSetInfoLine.md
2025-08-26 17:52:06 +08:00

25 lines
No EOL
304 B
Markdown

# GuiScriptSetInfoLine
Function description.
```c++
void GuiScriptSetInfoLine(int line, const char* info);
```
## Parameters
`line` Parameter description.
## Return Value
This function does not return a value.
## Example
```c++
Example code.
```
## Related functions
- List of related functions