id (ULONG)

      Attribute type identity.

      These identities are in the range of 0x00000000 to 0xFFFFFFFF. The window manager uses values of this parameter in the range 0x00000000 to PP_USER; therefore, an application cannot define private presentation parameter attribute identities in this range. An application should use WinAddAtom to guarantee obtaining a unique identity.

      PP_FOREGROUNDCOLOR

        Foreground color (in RGB) attribute.
      PP_BACKGROUNDCOLOR
        Background color (in RGB) attribute.
      PP_FOREGROUNDCOLORINDEX
        Foreground color index attribute.
      PP_BACKGROUNDCOLORINDEX
        Background color index attribute.
      PP_HILITEFOREGROUNDCOLOR
        Highlighted foreground color (in RGB) attribute, for example for selected menu items.
      PP_HILITEBACKGROUNDCOLOR
        Highlighted background color (in RGB) attribute.
      PP_HILITEFOREGROUNDCOLORINDEX
        Highlighted foreground color index attribute.
      PP_HILITEBACKGROUNDCOLORINDEX
        Highlighted background color index attribute.
      PP_DISABLEDFOREGROUNDCOLOR
        Disabled foreground color (in RGB) attribute.
      PP_DISABLEDBACKGROUNDCOLOR
        Disabled background color (in RGB) attribute.
      PP_DISABLEDFOREGROUNDCOLORINDEX
        Disabled foreground color index attribute.
      PP_DISABLEDBACKGROUNDCOLORINDEX
        Disabled background color index attribute.
      PP_BORDERCOLOR
        Border color (in RGB) attribute.
      PP_BORDERCOLORINDEX
        Border color index attribute.
      PP_FONTNAMESIZE
        Font name and size attribute.
      PP_FONTHANDLE
        Font handle attribute.
      PP_FONTNAMESIZE
        Reserved attribute.
      PP_ACTIVECOLOR
        Active color value of data type RGB.
      PP_ACTIVECOLORINDEX
        Active color index value of data type LONG.
      PP_INACTIVECOLOR
        Inactive color value of data type RGB.
      PP_INACTIVECOLORINDEX
        Inactive color index value of data type LONG.
      PP_ACTIVETEXTFGNDCOLOR
        Active text foreground color value of data type RGB.
      PP_ACTIVETEXTFGNDCOLORINDEX
        Active text foreground color index value of data type LONG.
      PP_ACTIVETEXTBGNDCOLOR
        Active text background color value of data type RGB.
      PP_ACTIVETEXTBGNDCOLORINDEX
        Active text background color index value of data type LONG.
      PP_INACTIVETEXTFGNDCOLOR
        Inactive text foreground color value of data type RGB.
      PP_INACTIVETEXTFGNDCOLORINDEX
        Inactive text foreground color index value of data type LONG.
      PP_INACTIVETEXTBGNDCOLOR
        Inactive text background color value of data type RGB.
      PP_INACTIVETEXTBGNDCOLORINDEX
        Inactive text background color index value of data type LONG.
      PP_SHADOW
        Changes the color used for drop shadows on certain controls.
      PP_MENUFOREGROUNDCOLOR
        Menu foreground color.
      PP_MENUFOREGROUNDCOLORINDEX
        Menu foreground color index.
      PP_MENUBACKGROUNDCOLOR
        Menu background color.
      PP_MENUBACKGROUNDCOLORINDEX
        Menu background color index.
      PP_MENUHILITEFGNDCOLOR
        Menu highlighted foreground color.
      PP_MENUHILITEFGNDCOLORINDEX
        Menu highlighted foreground color index.
      PP_MENUHILITEBGNDCOLOR
        Menu highlighted background color.
      PP_MENUHILITEBGNDCOLORINDEX
        Menu highlighted background color index.
      PP_MENUDISABLEDFGNDCOLOR
        Menu disabled foreground color.
      PP_MENUDISABLEDFGNDCOLORINDEX
        Menu disabled foreground color index.
      PP_MENUDISABLEDBGNDCOLOR
        Menu disabled background color.
      PP_MENUDISABLEDBGNDCOLORINDEX
        Menu disabled background color index.
      PP_SHADOWTEXTCOLOR
        Shadow text color.
      PP_SHADOWTEXTCOLORINDEX
        Shadow text color index.
      PP_SHADOWHILITEFGNDCOLOR
        Shadow highlighted foreground color.
      PP_SHADOWHILITEFGNDCOLORINDEX
        Shadow highlighted foreground color index.
      PP_SHADOWHILITEBGNDCOLOR
        Shadow highlighted background color.
      PP_SHADOWHILITEBGNDCOLORINDEX
        Shadow highlighted background color index.
      PP_ICONTEXTBACKGROUNDCOLOR
        Icon text background color.
      PP_ICONTEXTBACKGROUNDCOLORINDEX
        Icon text background color index.
      PP_BORDERLIGHTCOLOR
        Border light color.
      PP_BORDERDARKCOLOR
        Border dark color.
      PP_BORDER2COLOR
        Second border color.
      PP_BORDER2LIGHTCOLOR
        Second border light color.
      PP_BORDER2DARKCOLOR
        Second border dark color.
      PP_BORDERDEFAULTCOLOR
        Border default color.
      PP_FIELDBACKGROUNDCOLOR
        Field background color.
      PP_BUTTONBACKGROUNDCOLOR
        Button background color.
      PP_BUTTONBORDERLIGHTCOLOR
        Button border light color.
      PP_BUTTONBORDERDARKCOLOR
        Button border dark color.
      PP_ARROWCOLOR
        Arrow color.
      PP_ARROWBORDERLIGHTCOLOR
        Arrow border light color.
      PP_ARROWBORDERDARKCOLOR
        Arrow border dark color.
      PP_ARROWDISABLEDCOLOR
        Arrow disabled color.
      PP_CHECKLIGHTCOLOR
        Check light color.
      PP_CHECKMIDDLECOLOR
        Check middle color.
      PP_CHECKDARKCOLOR
        Check dark color.
      PP_PAGEFOREGROUNDCOLOR
        Page foreground color.
      PP_PAGEBACKGROUNDCOLOR
        Page background color.
      PP_MAJORTABFOREGROUNDCOLOR
        Major tab foreground color.
      PP_MAJORTABBACKGROUNDCOLOR
        Major tab background color.
      PP_MINORTABFOREGROUNDCOLOR
        Minor tab foreground color.
      PP_MINORTABBACKGROUNDCOLOR
        Minor tab background color.
      PP_USER
        This is a user-defined presentation parameter.


      [Back] [Next]