mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
1.1 KiB
1.1 KiB
GuiReferenceGetRowCount
Gets the total rows count in the current Reference View instance.
int GuiReferenceGetRowCount()
Parameters
This function has no parameters.
Return Value
Returns an integer value representing the total rows in the current Reference View instance.
Example
int iTotalRows = GuiReferenceGetRowCount();