BOOL IsTopic(LPCSTR FileName, LPCSTR ContextString)
Tests if a given Help file contains a given Context-String (#-Footnote).
Defined in: C:/HLPACCES/ISTOPIC.C
Return Value
Indicates if the Context-String
TRUE
The file contains such a Topic
FALSE
The file does not exist, is no help file or does not contain such a topic
Parameters
FileName
Pointer to Filename of the help file
ContextString
Pointer to Context-String, i.e. IDH_CONTENTS
Comments
Lower/Upper case do not care.
The context-String might either be defined in a popup or topic, in the middle of a Topic or at the start of a topic...
See Also