LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

FT_SEARCH_RESULTS

#include <ft.h>

Search results returned from FTSearch or FTSearchExt.

C definition

typedef struct {
  DWORD NumHits;  /* Number of search hits following */
  WORD Flags;   /* see FT_RESULTS_xxx */
  WORD VarLength; /* Length of variable strings after
               FT_SEARCH_RESULT_ENTRY array, or
               FT_SEARCH_URL_RESULT_ENTRY entries */


/* Followed by an array of
     NoteIDs,
     FT_SEARCH_RESULT_ENTRY's, OR
     FT_SEARCH_URL_RESULTS and FT_SEARCH_URL_RESULT_ENTRY's */


/* Followed by a BYTE array of scores (optional)
  OR in the case of catalog index search (searches done on a search
  site database that has a multi-database index), the following are the
  Server, Title, Categories, Heading and Summary string fields */


} FT_SEARCH_RESULTS;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.