BOOL HlpEnumKeyWords(HIFS ifs, KWENUMPROC fnKWEnumProc, LPCSTR StartKeyWord, LPCSTR KWListName, LPARAM lParam)
This Function enumerates the List of Keywords from a Help or Media Viewer Tile. This Function is relatively fast.
Note that one Help or Media Viewer file can Have several Keyword lists. Usually in Help Files the Keyword list is named "K" in Media Viewe it's Named "0K", the ALink-List in Windows 95 Files is named "A", others are also possible.
Defined in: C:/HLPACCES/ENUMKW.C
Return Value
TRUE if the Function was Successfull FALSE else
Parameters
ifs
Handle to a opened File-System opened by IFSOpen
fnKWEnumProc
KWENUMPROC Application-Defined Callback-Procedure to be called for every Keyword retrieved. from the help file
StartKeyWord
Keyword to start the scan with.
KWListName
Name of the Keyword Table (K,0K,A...)
lParam
Aplication-defined parameter to be transfered to the Callback-function