Back to X64dbg

GuiReferenceSetSearchStartCol

docs/developers/functions/gui/GuiReferenceSetSearchStartCol.md

2026.04.201.0 KB
Original Source

GuiReferenceSetSearchStartCol

Sets the search starting column in the current Reference View instance.

c++
void GuiReferenceSetSearchStartCol(int col);

Parameters

col An integer representing the 0 based column to use for searching.

Return Value

This function does not return a value.

Example

c++
GuiReferenceSetSearchStartCol(1);