AccumBrowseClose
- Last UpdatedFeb 28, 2024
- 1 minute read
The AccumBrowseClose 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
INT AccumBrowseClose(iSession)
iSession
The handle to a browse session previously returned by an AccumBrowseOpen call.
Return Value
0 (zero) if the accumulator browse session exists, otherwise an error code is returned.
Related Functions
AccumBrowseFirst, AccumBrowseGetField, AccumBrowseNext, AccumBrowseNumRecords, AccumBrowseOpen, AccumBrowsePrev