Share via


WM_PALETTECHANGED (Windows CE 5.0)

Send Feedback

This message is sent by the OS to all top-level and overlapped windows after the window with the keyboard focus realizes its logical palette.

This message enables windows that do not have the keyboard focus to realize their logical palettes and update their client areas.

WM_PALETTECHANGEDhwndPalChg = (HWND)wParam;

Parameters

  • hwndPalChg
    Handle to the window that caused the system palette to change.

Return Values

None.

Remarks

This message must be sent to all top-level and overlapped windows, including the one that changed the system palette.

If child windows use a color palette, this message must be passed on to them as well.

To avoid creating an infinite loop, a window that receives this message must not realize its palette unless it determines that wParam does not contain its own window handle.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Windows.h.

See Also

WM_QUERYNEWPALETTE | GDI Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.