Cicode Programming Reference > Cicode Function Categories > Alarm Functions Introduction > AlmSummaryClose

AlmSummaryClose

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

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

Syntax

AlmSummaryClose(iSession)

iSession:

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

Return Value

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

Related Functions

AlmSummaryAck, AlmSummaryClear, AlmSummaryCommit, AlmSummaryDelete, AlmSummaryDeleteAll, AlmSummaryDisable, AlmSummaryEnable, AlmSummaryFirst, AlmSummaryGetField, AlmSummaryLast, AlmSummaryNext, AlmSummaryOpen, AlmSummaryPrev, AlmSummarySetFieldValue

See Also

Alarm Functions