home *** CD-ROM | disk | FTP | other *** search
- //
- // hpjbuildtags command
- //
-
- /topic HPJ_MAP_COMMAND
-
- /title The /hpjmap command
- /keywords /hpjmap;commands
- /browse hpjcom,AUTO
-
- /para \sa300
- /text \b\i\fs40,The /hpjmap command
- /endpara
-
- /para \sa150
- The /hpjmap command has the following syntax:
- /endpara
-
- /para \sa150
- /text \b,/hpjmap TOPIC_NAME Value
- /endpara
-
- /para \sa200
- The /hpjmap command allows you to map a value to a topic name
- for calling context sensitive help. If you're having QDHELP automatically
- generate your .HPJ file and generate a .HHH file (Header information
- on context sensitive help) QDHELP will put something like the following
- into the .HPJ file: \line
- [MAP] \line
- #include <helpname.hhh> \line
- What this does is automatically draw in the .hhh file being generated
- by QDHELP. If you are going to use context sensitive help then you
- might as well let QDHELP do all the work for you!
- /endpara
-
- /para
- If you want to manually place a context sensitive value into the
- .HPJ file use the /hpjmap command. \line
- As an example, if you want to be able to call help and get to a
- topic named EXAMPLE_TOPIC add the following to your .QDH file: \line
- \//hpjmap EXAMPLE_TOPIC 0x0001 \line
- If you call WinHelp for context sensitive help and pass a value of
- 0x0001 for the value WinHelp will bring up EXAMPLE_TOPIC.
- /endpara
-
- /endtopic
-