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

EquipStateBrowsePrev

The EquipStateBrowsePrev function places the data browse cursor at the previous record. This function will return an error if called when the data cursor is at beginning of the records.

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

Syntax

INT EquipStateBrowsePrev(LONG Session)

Session:

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

Return Value

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

Related Functions

EquipStateBrowseClose, EquipStateBrowseFirst, EquipStateBrowseGetField, EquipStateBrowseNext, EquipStateBrowseNumRecords, EquipStateBrowseOpen, EquipGetProperty

See Also

Equipment Database Functions

Published June 2018