x64dbg/docs/developers/functions/gui/GuiScriptSetInfoLine.md

25 lines
304 B
Markdown
Raw Permalink Normal View History

# 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