Documentation
(C) IBM Corp. 1996, 1999

Text Extender: Administration and Programming

DesFreeBrowseInfo

Purpose

Frees the storage allocated for the browse information by DesGetBrowseInfo.

Syntax

DESRETURN
  DesFreeBrowseInfo
     (DESBROWSEINFO        BrowseInfo);

Function arguments

Table 9. DesFreeBrowseInfo arguments
Data Type Argument Use Description
DESBROWSEINFO BrowseInfo input Browse information

Return codes

RC_SUCCESS
 
RC_INVALID_PARAMETER

Restrictions

This function can be called only after you have allocated storage for browsing information by calling DesGetBrowseInfo.


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