fBreakType (ULONG) - input

      Type of line break to use.

      The following constants may be specified:

      HMBT_ALL

        Start all definition descriptions on the next line, regardless of the actual lengths of definition terms.
      HMBT_FIT
        Start definition description on the next line only when the definition term is longer than the width specified.
      HMBT_NONE
        Do not start the definition description on the next line, even when the definition term is longer than the width specified.


      [Back] [Next]