DtSearchFreeResults(library call) DtSearchFreeResults(library call)NAMEDtSearchFree Results -- Free storage allocated for DtSearch results listsSYNOPSIS#include <Dt/Search.h> int DtFreeSearchResults( DtSrResult **list);DESCRIPTIONThe DtFreeSearchResults function frees the results list pointed to by list which was originally returned from DtSearchQuery, and sets the list pointer to NULL.RETURNSAlways returns DtSrOK.SEE ALSODtSrAPI(3), DtSearchQuery(3), DtSearchSortResults(3), DtSearchMergeResults(3) DtSearchFreeResults(library call)