hddf (HDDF) - input

      Handle to DDF returned by DdfInitialize.

    ulWidthDT (ULONG) - input

      Width of the definition term.

    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.

      fSpacing (ULONG) - input

        Spacing between definitions.

        Only the following constants may be specified:

        HMLS_SINGLELINE

          Do not insert a blank line between each definition description and the next definition term.
        HMLS_DOUBLELINE
          Insert a blank line between each definition description and the next definition term.

        rc (BOOL) - returns

          Success indicator.

          TRUE

            Successful completion
          FALSE
            Error occurred.


          [Back] [Next]