Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > KernelTableItemCount

KernelTableItemCount

Obtains the number of rows in a Kernel Table.

Syntax

KernelTableItemCount(sName)

sName:

The name of the table that can be enumerated by the page table kernel command.

Return Value

Returns the number of active records in the table (not the length value displayed by the page table kernel command).

The following tables row counts are not returned by this command (it returns 0)

KernelTableInfo, DumpKernel

See Also

Miscellaneous Functions