Directory Contents Search << >>


HlpEnumContext

BOOL HlpEnumContext(HIFS ifs, CONTEXTENUMPROC fnContextEnumProc, LPARAM lParam)

Enumerates all the Context-Id-Hash-Values defined in a Help-File By reading thru all of the CONTEXT internal File.

Defined in: C:/HLPACCES/ENUMCON.C

Return Value

TRUE if enumeration has been performed successfully.

Parameters

ifs

Handle to a opened File-System opened by IFSOpen

fnContextEnumProc

CONTEXTENUMPROC Application-Defined Callback-Procedure to be called for every context-Id found in the help file

lParam

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

logo