mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
1.1 KiB
1.1 KiB
GuiReferenceSetRowCount
Sets the total number of rows that the Reference View will contain.
void GuiReferenceSetRowCount(int count);
Parameters
count integer representing the total number of rows that the current Reference View will contain.
Return Value
This function does not return a value.
Example
GuiReferenceSetRowCount(5);