enum TEXTTYPE { |
|||||||||||||||
TOPIC_TEXT, |
|||||||||||||||
TOPIC_TEXT_CONTROL, |
|||||||||||||||
TOPIC_TITLE, |
|||||||||||||||
TOPIC_TITLE_GROUP, |
|||||||||||||||
TOPIC_MACRO_ENTRY, |
|||||||||||||||
TOPIC_MACRO_HOTSPOT, |
|||||||||||||||
TOPIC_RTF_INIT, |
|||||||||||||||
TOPIC_RTF_TEXT, |
|||||||||||||||
TOPIC_RTF_EXIT, |
|||||||||||||||
TOPIC_EWX, |
|||||||||||||||
TOPIC_BMX, |
|||||||||||||||
TOPIC_MCI, |
|||||||||||||||
TOPIC_BUTTON, |
|||||||||||||||
TOPIC_CONTEXTID, |
|||||||||||||||
TOPIC_KEYWORD, |
|||||||||||||||
TOPIC_HOTSPOT_START, |
|||||||||||||||
TOPIC_HOTSPOT_END |
|||||||||||||||
}; |
Topic text is transfered to the Application based on a Application-Defined Callback procdedure. The callback-Function receives a Block of text Data from the Topic.
The eTextType enumeration code tells the Application about the Type of Informations retrieved.
Defined in: C:/HLPACCES/HLPACCES.H
Members
TOPIC_TEXT
Transfered Data is normal Topic Text
TOPIC_TEXT_CONTROL
Transfered Data is Additional control-code, like Carriage Return, Tab etc.
TOPIC_TITLE
Transfered Data is a Topic Title ('$'-Footnote)
TOPIC_TITLE_GROUP
Transfered Data is the group-name in case of a Media Viewer 2.0 MVB-File, This does not currently apply to Media View files which are renamed to ".MVB", like Development Network files.
TOPIC_MACRO_ENTRY
Transfered Data is a Macro-String defined in a "!"-Footnote
TOPIC_MACRO_HOTSPOT
Transfered Data is a Macro-String defined in a Hotspot (!-Hidden Text)
TOPIC_RTF_INIT
Transfered Data is additional Formatting Information in RTF-Coding. The Data is Initialization Table Data such as colortbl etc. and should be contained in a Help File only once.
TOPIC_RTF_TEXT
Transfered Data is additional Formatting Information in RTF-Coding. The Data is part of the Text formatting of Paragraphs, Tabels etc.
TOPIC_RTF_EXIT
Transfered Data is additional Formatting Information in RTF-Coding. The Data is Deinitialization Data, usually no more than just "}" and should be contained in a Help File only once.
TOPIC_EWX
Transfered Dats is { ewl ...}, { ewc ...}, { ewr ...} embedded Window String
TOPIC_BMX
Transfered Data is { bml ...}, { bmr ...}, { bmc ...} Bitmap String. Filename: Internal File System Filename
TOPIC_MCI
Transfered Data is MCI-Control string { mci ...}
TOPIC_BUTTON
Transfered Data is Windows 95 { button...} string command
TOPIC_CONTEXTID
Transfered Data is a Context-Id (#-Footnote)
TOPIC_KEYWORD
Transfered Data is a Keyword-Entry (K-Footnote) Format: Table-Name tab List of Keywords
TOPIC_HOTSPOT_START
Transfered Data is Hotspot at the starting-Point of the Jump-Hotspot.
TOPIC_HOTSPOT_END
Transfered Data is Hotspot at the ending-Point of the Jump or Macro-Hotspot.