hddf (HDDF) - input

      Handle to DDF returned by DdfInitialize.

    fFontStyle (ULONG) - input

      Font style flag.

      A NULL value for this parameter will set the font-style back to the default. Any of the following values can be specified:

        FM_SEL_ITALIC FM_SEL_BOLD
        FM_SEL_UNDERSCORE

      These values can be "ORed" together to combine different font styles.

      Note: There is a 4-byte ESC code overhead in the DDF internal buffer for fFontStyle.

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion.
      FALSE
        Error occurred.


      [Back] [Next]