DtSearchFreeResults(library call) DtSearchFreeResults(library call)
NAME [Toc] [Back]
DtSearchFree Results - Free storage allocated for DtSearch results
lists
SYNOPSIS [Toc] [Back]
#include <Dt/Search.h>
int DtFreeSearchResults(
DtSrResult **list);
DESCRIPTION [Toc] [Back]
The DtFreeSearchResults function frees the results list pointed to by
list which was originally returned from DtSearchQuery, and sets the
list pointer to NULL.
RETURNS [Toc] [Back]
Always returns DtSrOK.
SEE ALSO [Toc] [Back]
DtSrAPI(3), DtSearchQuery(3), DtSearchSortResults(3),
DtSearchMergeResults(3)
- 1 - Formatted: January 24, 2005 [ Back ] |