Back to X64dbg

GuiReferenceAddColumn

docs/developers/functions/gui/GuiReferenceAddColumn.md

2026.04.201.1 KB
Original Source

GuiReferenceAddColumn

Adds a column to the current Reference View instance.

c++
void GuiReferenceAddColumn(int width, const char* title);

Parameters

width An integer indicating the width of the column to add.

title A const char representing the column's title name to add.

Return Value

This function does not return a value.

Example

c++
GuiReferenceAddColumn(8,&sztitle);