mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
1.1 KiB
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);