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

EquipStateBrowseNext

The EquipStateBrowseNext function places the data browse cursor at the next available record. This function will return an error if called when the data cursor is at end of the records.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

INT EquipStateBrowseNext(LONG Session)

Session

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

Return Value

0 (zero) if the equipment state database browse session exists, otherwise an error is returned.

Related Functions

EquipStateBrowseOpen, EquipStateBrowseFirst, EquipStateBrowseGetField, EquipStateBrowseNumRecords, EquipStateBrowsePrev, EquipGetProperty

See Also

Equipment Database Functions

Published June 2018