x64dbg/docs/developers/functions/gui/GuiAutoCompleteAddCmd.md
2025-08-21 18:28:48 +08:00

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.