Directory Contents Search << >>


HlpEnumTitles

BOOL HlpEnumTitles(HIFS ifs, TITLEENUMPROC fnTitleEnumProc, LPARAM lParam)

This Function enumerates the List of titles to the application-Given callback Function.

Defined in: C:/HLPACCES/ENUMTTL.C

Return Value

TRUE if the Function was Successfull FALSE else

Parameters

ifs

Handle to a opened File-System opened by IFSOpen

fnTitleEnumProc

TITLEENUMPROC Application-Defined Callback-Procedure to be called for every topic found in the help file

lParam

Aplication-defined parameter to be transfered to the Callback-function

Comments

As the Group-Definition Contained in a Media Viewer 2.0-File is not itself stored in the TTLBTREE internal File, this Function will not emit group strings. The HlpTopicEnumerate Function can be used to retrieve these strings for one or all topics.

logo