41 lines
878 B
Modula-2
41 lines
878 B
Modula-2
|
; FTSrch.def : Declares the module parameters for the dynamic link library.
|
||
|
|
||
|
LIBRARY FTSRCH
|
||
|
DESCRIPTION 'Full Text System, Copyright 1994-1995, Microsoft Corporation'
|
||
|
|
||
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
||
|
DATA PRELOAD MOVEABLE MULTIPLE
|
||
|
|
||
|
EXPORTS
|
||
|
DllMain
|
||
|
NewIndex
|
||
|
ScanTopicTitle
|
||
|
ScanTopicText
|
||
|
SaveIndex
|
||
|
DeleteIndex
|
||
|
NewSearcher
|
||
|
OpenIndex
|
||
|
DiscardIndex
|
||
|
QueryOptions
|
||
|
LoadGroup
|
||
|
SaveGroup
|
||
|
OpenDialog
|
||
|
DeleteSearcher
|
||
|
NewCompressor
|
||
|
ScanText
|
||
|
GetPhraseTable
|
||
|
SetPhraseTable
|
||
|
CompressText
|
||
|
DecompressText
|
||
|
DeleteCompressor
|
||
|
OpenTabDialog
|
||
|
RegisterAnimator
|
||
|
IsValidIndex
|
||
|
SetDirectoryLocator
|
||
|
NewHiliter
|
||
|
DeleteHiliter
|
||
|
ScanDisplayText
|
||
|
ClearDisplayText
|
||
|
CountHilites
|
||
|
QueryHilites
|