GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtSearchSortResults(library call) DtSearchSortResults(library call)

DtSearchSortResults — Sort DtSearch results lists

#include &<Dt/Search.h>
int DtSearchSortResults(
DtSrResult **list,
int sort_type);

DtSearchSortResults sorts lists returned from DtSearchQuery.

Note that results lists are already presorted by proximity by DtSearchQuery.

Specifies results lists returned from DtSearchQuery.
Specifies the DtSrResult sort field. Valid values are:
Sorts in ascending DtSrResult.proximity order.
Sorts in descending DtSrResult.objdate order.

DtSearchSortResults returns DtSrERROR if sort_type is invalid. Otherwise, it returns DtSrOK.

DtSrAPI(3), DtSearchQuery(3), DtSearchFreeResults(3), DtSearchMergeResults(3)


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.