ServerBrowseClose
The ServerBrowseClose function terminates an active data browse session and cleans up resources associated with the session.
Syntax
ServerBrowseClose(iSession)
iSession:
Handle to a browse session previously opened by a ServerBrowseOpen call.
Return Value
0 (zero) if the server browse session exists, otherwise an error is returned.
Related Functions
ServerBrowseFirst, ServerBrowseGetField, ServerBrowseNext, ServerBrowseNumRecords, ServerBrowseOpen, ServerBrowsePrev
See Also