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