Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlmBrowseClose

AlmBrowseClose

The AlmBrowseClose function terminates an active data browse session and cleans up resources associated with the session.

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

Syntax

INT AlmBrowseClose(LONG iSession)

iSession:

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

Return Value

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

Related Functions

AlmBrowseAck, AlmBrowseDisable, AlmBrowseEnable, AlmBrowseFirst, AlmBrowseGetField, AlmBrowseNext, AlmBrowseNumRecords, AlmBrowseOpen, AlmBrowsePrev

See Also

Alarm Functions

Published June 2018