attrtype (ULONG)

      Presentation parameter attribute identity.

      PP_BACKGROUNDCOLOR or PP_BACKGROUNDCOLORINDEX

        Sets the background color of the container window. This color is initially set to SYSCLR_WINDOW.
      PP_BORDERCOLOR or PP_BORDERCOLORINDEX
        Sets the color of the title separators, column separators, and split bar. This color is initially set to SYSCLR_WINDOWFRAME.
      PP_FONTNAMESIZE
        Sets the font and font size of the text in the container. This font and font size defaults to the system font and font size.
      PP_FOREGROUNDCOLOR or PP_FOREGROUNDCOLORINDEX
        Sets the color of unselected text. This color is initially set to SYSCLR_WINDOWTEXT.
      PP_HILITEBACKGROUNDCOLOR or PP_HILITEBACKGROUNDCOLORINDEX
        Sets the color of selection emphasis, the color of the cursor of an unselected item in the details view, and the color of the cursor in all other views. This color is initially set to SYSCLR_HILITEBACKGROUND.
      PP_HILITEFOREGROUNDCOLOR or PP_HILITEFOREGROUNDCOLORINDEX
        Sets the color of the text of a selected item in all views and the color of the cursor of a selected item in the details view. This color is initially set to SYSCLR_HILITEFOREGROUND.

      ulReserved (ULONG)

        Reserved value, should be 0.

      ulReserved (ULONG)

        Reserved value, should be 0.


      [Back] [Next]