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

EquipRefBrowseFirst

The EquipRefBrowseFirst function places the reference browse cursor at the first record.

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

Syntax

INT EquipRefBrowseFirst(LONG Session)

Session:

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

Return Value

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

Related Functions

EquipRefBrowseClose, EquipBrowseGetField, EquipRefBrowseNext, EquipRefBrowseNumRecords, EquipRefBrowseOpen, EquipRefBrowsePrev, EquipCheckUpdate, EquipGetProperty

See Also

Equipment Database Functions

Published June 2018