Cicode Programming Reference > Cicode Function Categories > Equipment Database Functions > EquipStateBrowseNumRecords

EquipStateBrowseNumRecords

The EquipStateBrowseNumRecords function returns the number of records that match the current filter criteria.

This function is a non-blocking function. It does not block the calling Cicode task.

Syntax

LONG EquipStateBrowseNumRecords(LONG Session)

Session:

The handle to a browse session previously returned by a EquipStateBrowseOpen call.

Return Value

Returns the number of records which matches the current filter criteria. 0 means no records were found.

Related Functions

EquipStateBrowseOpen, EquipStateBrowseFirst, EquipStateBrowseGetField, EquipStateBrowseNext, EquipStateBrowsePrev

See Also

Equipment Database Functions

Published June 2018