typedef struct { |
|||||||||||||||
LPSTR HelpTitle; |
|||||||||||||||
LPSTR Citation; |
|||||||||||||||
LPSTR Copyright; |
|||||||||||||||
BYTE Version; |
|||||||||||||||
BYTE Revision; |
|||||||||||||||
WORD Flags; |
|||||||||||||||
UINT GroupCount; |
|||||||||||||||
LPSTR FAR * GroupNames; |
|||||||||||||||
} HELPFILETITLE; |
a Memory-Object allocated and filled by HlpGetHelpTitle and Freed by the HlpFreeHelpTitle.
Defined in: C:/HLPACCES/HLPACCES.H
Members
HelpTitle
Title of Help-File
Citation
Citation of Help-File
Copyright
Copyright of Help-File
Version
Version # of Help Compiler
Revision
Revision code of Help Compiler
Flags
Compression-related Flag-Values
GroupCount
Number of Groups defined in an Media Viewer 2.0-File
GroupNames
Names and descriptions of the Groups, or NULL of no groups defined or no Media Viewer 2.0 file.