/* IsTopic * * The main Topic-Test Function * */ BOOL IsTopic(LPCSTR FileName, LPCSTR ContextString); /* IsSecondaryWindow * * Tests if the given Help-File contains a Definition of the diven Secondary Window-Name * */ BOOL IsSecondaryWindow(LPCSTR FileName, LPCSTR WindowName);