Directory Contents Search << >>


HlpGetTopicTitle

BOOL HlpGetTopicTitle(HIFS ifs, DWORD dwTopicOffset, LPSTR lpszBuffer, UINT uBufferSize, LPDWORD lpdwTopicOffsetStart)

Retrieves the Topic Title for a given TopicOffset Value. The TopicOffset does not neccessarily need to point directly to the start of the Topic.

Defined in: C:/HLPACCES/GETTTL.C

Return Value

TRUE if the Function was Successfull FALSE else

Parameters

ifs

Handle to a opened File-System opened by IFSOpen

dwTopicOffset

TopicOffset to search for

lpszBuffer

Pointer to a Buffer to copy the retrieved Title String or NULL if not needed

uBufferSize

Size of the Bufffer in Bytes

lpdwTopicOffsetStart

Pointer to a DWORD that will contain the TopicOffset value for the begin of the Topic or NULL if this is not needed

logo