Directory Contents Search << >>


HlpTopicEnumerate

BOOL HlpTopicEnumerate(HTOPIC htopic, TOPICENUMPROC fnenum, LPARAM lParam)

Enumerates a topics contents to the Application-Defined Callback function

Defined in: C:/HLPACCES/ENUMTOP.C

Parameters

htopic

HTOPIC-Handle retrieved from a call to HlpTopicOpen

fnenum

TOPICENUMPROC Application-Defined callback-Funtion that will receive Data

lParam

Application-defined userdata to be transfered to the callback function

logo