DtSearchGetMaxResults(library call) DtSearchGetMaxResults(library call)NAMEDtSearchGetMaxResults -- Obtain the DtSearch maximum results valueSYNOPSIS#include <Dt/Search.h> int DtSearchGetMaxResults( );DESCRIPTIONThe results list returned from DtSearchQuery will be truncated to a maximum number of items after search completion and statistical rank- ing. DtSearchGetMaxResults returns the current maximum results setting. The function can be called any time after DtSearchInit.RETURN VALUEDtSearchGetMaxResults returns the current maximum results value.SEE ALSODtSrAPI(3), DtSearchSetMaxResults(3), DtSearchQuery(3) DtSearchGetMaxResults(library call)