x64dbg/docs/developers/functions/gui/GuiReferenceAddColumn.md
2025-07-04 01:32:42 +02:00

1.1 KiB

GuiReferenceAddColumn

Adds a column to the current Reference View instance.

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

GuiReferenceAddColumn(8,&sztitle);