home *** CD-ROM | disk | FTP | other *** search
/ ftp.microsoft.com / 2002-07-02_ftp.microsoft.com.zip / developr / drg / WinHelp / index.txt
Text File  |  1995-06-22  |  1KB  |  22 lines

  1. ftp://ftp.microsoft.com/developr/drg/WinHelp/ftsrch.zip
  2.  
  3. WinHelp Full-Text Search Interface for Windows 95 and Windows NT 3.51
  4.  
  5. The WinHelp system of Window 95 and Windows NT 3.51 provides full-text 
  6. indexing and searching. Whenever you go to the "Find" tab, you invoke 
  7. that engine. If the HLP file(s) which you're using haven't been indexed, 
  8. a "Find Wizard" will create indexes for you. If you'd like to index other 
  9. text files, you can call the full-text APIs directly. You"ll find an 
  10. overview description of how to use the full-text engine (FTSrch.dll) in 
  11. the file FTSAPI.rtf. Then you can use the header file FTSIFace.h to write 
  12. code to drive FTSrch. You can use LoadLibrary and GetProcAddress to connect 
  13. to the FTSrch APIs, or you can use the FTSRCH.def file to construct a LIB 
  14. file and staticly bind to the FTSRCH APIs.
  15.  
  16. FTSRCH.ZIP contains three files. FTSAPI.RTF is an overview of the FTSrch
  17. interfaces and documentation for each API. FTSIFace.h is a C language
  18. header file for FTSrch, which ships as part of the Windows NT 3.51 SDK.
  19. FTSrch.def is a list of exported functions, which is useful for building a
  20. LIB file which matches the FTSrch.dll.
  21.  
  22.