| 
 DtSearchGetMaxResults(library call)     DtSearchGetMaxResults(library call)
 NAME    [Toc]    [Back]
      DtSearchGetMaxResults - Obtain the DtSearch maximum results value
 SYNOPSIS    [Toc]    [Back]
      #include <Dt/Search.h>
      int DtSearchGetMaxResults(
      );
 DESCRIPTION    [Toc]    [Back]
      The results list returned from DtSearchQuery will be truncated to a
      maximum number of items after search completion and statistical
      ranking. DtSearchGetMaxResults returns the current maximum results
      setting.
      The function can be called any time after DtSearchInit.
 RETURN VALUE    [Toc]    [Back]
      DtSearchGetMaxResults returns the current maximum results value.
 SEE ALSO    [Toc]    [Back]
      DtSrAPI(3), DtSearchSetMaxResults(3), DtSearchQuery(3)
                                    - 1 -       Formatted:  January 24, 2005[ Back ] |