hwnd (HWND) - input

      Window handle whose presentation is to be change.

    idAttrType (ULONG) - input

      Type of presentation parameter attribute to be removed.

      This parameter can be set to one of the following system-defined presentation parameter attribute types or an application-defined type.

      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_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_USER
        This is a user-defined presentation parameter.

      rc (BOOL) - returns

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]