Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

176 lines
5.9 KiB

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for APIMON
  3. ;
  4. ; You may edit this file.
  5. ;
  6. ; It's probably best not to change the CONTENTS= value
  7. ; unless you rename the IDH_CONTENTS context string in
  8. ; the APIMON.DOC file.
  9. ;
  10. [OPTIONS]
  11. ; The optional ROOT= entry sets the working directory for the Help Compiler
  12. ; ROOT=C:\PROJECT
  13. ; The optional BMROOT= entry sets forth the directories which the
  14. ; help compiler will search for bitmaps used in the Help system.
  15. ;
  16. ;BMROOT=E:\APIMON
  17. ; The CONTENTS= tells the help Engine which topic contains the contents
  18. CONTENTS=IDH_CONTENTS
  19. ; Title is Displayed in the Title Bar of WINHELP.EXE
  20. TITLE=APIMON Help File
  21. ; The BUILD= setting allows complex Help systems which require
  22. ; different versions to use the same source. This is similar to #ifdef's
  23. ; in the 'C' language. Everything to the right of the = sign in the
  24. ; BUILD= statement is an EXPRESSION. See the Help compiler
  25. ; documentation for more information about build expressions.
  26. BUILD=WINDOWS
  27. ; The Warning Level is used by the Help Compiler (HC.EXE)
  28. ; WARNING=1 - Only the most severe warnings are reported
  29. ; WARNING=2 - Intermediate Level of warnings
  30. ; WARNING=3 - Most stringent error reporting
  31. WARNING=3
  32. ; The Compress option is used by the Help Compiler to make
  33. ; smaller, faster loading .HLP files. However, using compression
  34. ; increases Compile times.
  35. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  36. COMPRESS=FALSE
  37. OLDKEYPHRASE=FALSE
  38. OPTCDROM=FALSE
  39. REPORT=FALSE
  40. ERRORLOG=W:\NT\PRIVATE\SDKTOOLS\APIMON\HELP\APIMON.ERR
  41. [BUILDTAGS]
  42. ; The Build Tags section specifies to the Help Compiler the names
  43. ; of all the valid build tags used in this Help project. The [BUILDTAGS]
  44. ; section is optional.
  45. WINDOWS
  46. [CONFIG]
  47. ; The config section allows you to define some macros which will be
  48. ; executed when the help system is first executed.
  49. ;
  50. ; The next line gives you browse buttons:
  51. ;
  52. BrowseButtons()
  53. ;
  54. ; To create a glossary button which displays a list of defined terms
  55. ; in a secondary window, remove the semi colon at the start of the next
  56. ; line and do the same with the Glossary window in the [WINDOWS] section
  57. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  58. ;
  59. [FILES]
  60. ; The files section is where you specify to the Help Compiler which
  61. ; Rich Text Format (.RTF) (your help source) files will be used in the
  62. ; Help system. RoboHELP generates and maintains the main .RTF
  63. ; file for your Help System. If you desire to have multiple .RTF files,
  64. ; simply add the additonal names to the [FILES] section.
  65. APIMON.RTF
  66. [ALIAS]
  67. ; The Alias section allows you to set up aliases for context strings
  68. ; in your help system.
  69. ;
  70. ; Brief example:
  71. ;
  72. ; IDH_UserID = IDH_RoboGenerated_Id
  73. ; IDH_WMP_MenuID = IDH_RoboGenerated_Id
  74. ; IDH_Any = IDH_AnyOther
  75. IDH_ABOUT = IDH_CONTENTS
  76. IDH_CLEAR_COUNTERS = IDH_CONTENTS
  77. IDH_COLOR = IDH_CONTENTS
  78. IDH_COMMAND_LINE = Command_Line_Options
  79. IDH_DEFSORT_COUNTER = Default_Counter_Sorting
  80. IDH_DEFSORT_NAME = Default_Counter_Sorting
  81. IDH_DEFSORT_TIME = Default_Counter_Sorting
  82. IDH_DISABLE_FAST_COUNTERS = Don_t_Use_Fast_Counters
  83. IDH_DISABLE_HEAP = Disable_Heap_Checking
  84. IDH_DLLS_OPTIONS = Known_DLLs_Options
  85. IDH_ENABLE_COUNTERS = Enable_Counters
  86. IDH_ENABLE_TRACING = Enable_Tracing
  87. IDH_EXIT = IDH_CONTENTS
  88. IDH_FILEOPEN = IDH_CONTENTS
  89. IDH_FNAME_OPTIONS = File_Names_Options
  90. IDH_FONT = IDH_CONTENTS
  91. IDH_GO_IMMEDIATE = Go_Immediatly
  92. IDH_HOW_TO_USE = How_To_Use_APIMON
  93. IDH_KNOWN_DLLS = Known_DLLs_Options
  94. IDH_LOG_FILE_NAME = Log_File_Name
  95. IDH_MISC_OPTIONS = Miscellaneous_Options
  96. IDH_NEW_COUNTER = IDH_CONTENTS
  97. IDH_NEW_DLL = IDH_CONTENTS
  98. IDH_NEW_PAGE = IDH_CONTENTS
  99. IDH_OPTIONS = IDH_CONTENTS
  100. IDH_PAGE_FAULTS = Monitor_Page_Faults
  101. IDH_PRELOAD_SYMBOLS = Pre_Load_Symbols
  102. IDH_SAVE_OPTIONS = IDH_CONTENTS
  103. IDH_START = IDH_CONTENTS
  104. IDH_STATUSBAR = IDH_CONTENTS
  105. IDH_STOP = IDH_CONTENTS
  106. IDH_SYMBOL_PATH = Symbol_Path
  107. IDH_TOOLBAR = IDH_CONTENTS
  108. IDH_TRACE_FILE_NAME = Trace_File_Name
  109. IDH_USE_KNOWN_DLLS = Monitor_Known_DLLs_Only
  110. IDH_WHAT_IS = What_Is_APIMON
  111. IDH_WINDOWCASCADE = IDH_CONTENTS
  112. IDH_WINDOWICONS = IDH_CONTENTS
  113. IDH_WINDOWTILE = IDH_CONTENTS
  114. IDH_WINDOWTILE_HORIZ = IDH_CONTENTS
  115. IDH_WRITE_LOG = IDH_CONTENTS
  116. [MAP]
  117. ;
  118. ; The Map Section is where the C language #defines are translated
  119. ; or mapped into the Help System Context Strings. Standard C syntax
  120. ; can be employed. The .HH file is meant to be #include(d) into your
  121. ; Windows application source code.
  122. ;
  123. #include <APIMON.HH>
  124. [BITMAPS]
  125. ;
  126. ; The [BITMAPS] section is where you list any Bitmaps which have
  127. ; been placed by reference in the Help System. See the Help compiler
  128. ; documentation for more information about placing bitmaps.
  129. ;
  130. ; The [BITMAPS] section is not really required under Windows 3.1,
  131. ; with the advent of the BMROOT item in the [OPTIONS] section.
  132. ;
  133. ;FOO1.BMP
  134. ;FOO2.BMP
  135. ;C:\FOO\FOO3.BMP
  136. ;And So On
  137. [WINDOWS]
  138. ; Windows Help can display help in one of 5 secondary windows.
  139. ; Before using a secondary window, the window must be defined
  140. ; in this section:
  141. ;
  142. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  143. main=,,0,(192,192,192),(0,128,128)
  144. [BAGGAGE]
  145. ;
  146. ; The Baggage section allows the user to include files which
  147. ; will be placed in the internal file system for WinHelp.
  148. ; Using files from Baggage is a little faster for CDROM, since
  149. ; the CDROM drive table does not need to be read from disk.
  150. ;
  151. ; Baggage files are referred to as regular bitmaps, except
  152. ; that you prefix the filename with '!'.
  153. ;
  154. ; For Instance:
  155. ; {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  156. ;