Back to X64dbg

GuiAutoCompleteAddCmd

docs/developers/functions/gui/GuiAutoCompleteAddCmd.md

2026.04.20572 B
Original Source

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.

c++
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.