43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
<!-- $XConsortium: dtsrfres.sgm 1996 -->
|
|
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
|
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
|
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
|
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
|
<!-- (c) Copyright 1995 Novell, Inc. -->
|
|
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
|
<!-- (c) Copyright 1995 Hitachi. -->
|
|
<![ %CDE.C.CDE; [<refentry id="CDE.SEARCHDtSearchFreeResults">]]>
|
|
<refmeta><refentrytitle>DtSearchFreeResults</refentrytitle>
|
|
<manvolnum>library call</manvolnum></refmeta>
|
|
<refnamediv>
|
|
<refname><function>DtSearchFree Results</function></refname>
|
|
<refpurpose>Free storage allocated for DtSearch results
|
|
lists</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
<funcsynopsis>
|
|
<funcsynopsisinfo>#include <Dt/Search.h></funcsynopsisinfo>
|
|
<funcdef>int <function>DtFreeSearchResults</function></funcdef>
|
|
<paramdef>DtSrResult <parameter>**list</parameter></paramdef>
|
|
</funcsynopsis>
|
|
</refsynopsisdiv>
|
|
<refsect1>
|
|
<title>DESCRIPTION</title>
|
|
<para>The <function>DtFreeSearchResults</function> function frees the results
|
|
list pointed to by <symbol role="Variable">list</symbol> which
|
|
was originally returned from <function>DtSearchQuery</function>, and
|
|
sets the <symbol role="Variable">list</symbol> pointer to NULL.
|
|
</para>
|
|
</refsect1><refsect1>
|
|
<title>RETURNS</title>
|
|
<para>Always returns <systemitem class="constant">DtSrOK</systemitem>.
|
|
</para>
|
|
</refsect1>
|
|
<refsect1>
|
|
<title>SEE ALSO</title>
|
|
<para>&cdeman.DtSrAPI;,
|
|
&cdeman.DtSearchQuery;,
|
|
&cdeman.DtSearchSortResults;,
|
|
&cdeman.DtSearchMergeResults;</para>
|
|
</refsect1></refentry>
|