Back to X64dbg

GuiReferenceGetRowCount

docs/developers/functions/gui/GuiReferenceGetRowCount.md

2026.04.201.1 KB
Original Source

GuiReferenceGetRowCount

Gets the total rows count in the current Reference View instance.

c++
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

c++
int iTotalRows = GuiReferenceGetRowCount();