Directory Contents Search << >>


HlpTopicSeek

void HlpTopicSeek(HTOPIC topic, DWORD TopicOffset)

Positions the TOPIC-File to the TopicOffset address given as the Parameter. This TopicOffset will be the Address for subsequent calls to HlpTopicEnumerate and HlpTopicJumpAPI

Defined in: C:/HLPACCES/PTOPCRD.C

Parameters

topic

TOPIC-File reference Handle

TopicOffset

TopicOffset value retrieved by HlpEnumTiltes

Comments

This is not a simple seek-operation, as the Topiclink chains have to be maintained.

If the given TopicOffset is invalid, a GPF may occur.

logo