mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
572 B
572 B
GuiAutoCompleteAddCmd
Add a command to the auto-completion list of the command bar. This function is automatically called by x64dbg when a command is registered, therefore plugin developers do not need to call this function.
void GuiAutoCompleteAddCmd(const char* cmd);
Parameters
cmd The command that is added to the auto-completion list of the command bar.
Return Value
This function does not return a value.