Documentation
(C) IBM Corp. 1996, 1999

Text Extender: Administration and Programming

DesEndBrowseSession

Purpose

Ends a browse session started by DesStartBrowseSession and releases the storage allocated for the browse session.

Syntax

DESRETURN
  DesEndBrowseSession
     (DESBROWSESESSION     BrowseSession);

Function arguments

Table 8. DesEndBrowseSession arguments
Data Type Argument Use Description
DESBROWSESESSION BrowseSession input Browse session handle.

Usage

This function does not release the storage allocated for the browse session by DesGetBrowseInfo. This storage contains browse information that can still be used for another browse session. To release this storage, call DesFreeBrowseInfo.

Return codes

RC_SUCCESS
 
RC_INVALID_SESSION
RC_INVALID_PARAMETER
RC_SE_UNEXPECTED_ERROR

Restrictions

This function can be called only after you have started a browse session by calling DesStartBrowseSession.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]