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

1 KiB

GuiReferenceSetSearchStartCol

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

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

GuiReferenceSetSearchStartCol(1);