mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
25 lines
No EOL
304 B
Markdown
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 |