EquipRefBrowseFirst
- Last UpdatedJul 18, 2023
- 1 minute read
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, EquipRefBrowseGetField, EquipRefBrowseNext, EquipRefBrowseNumRecords, EquipRefBrowseOpen, EquipRefBrowsePrev, EquipCheckUpdate, EquipGetProperty