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
Restrictions
This function can be called only after you have started a browse session by calling DesStartBrowseSession.