Share via


WM_QUERYNEWPALETTE (Windows CE 5.0)

Send Feedback

This message informs a window that it is about to receive the keyboard focus, giving the window the opportunity to realize its logical palette when it receives the focus.

WM_QUERYNEWPALETTE 

Return Values

If the window realizes its logical palette, it must return TRUE; otherwise, it must return FALSE.

Requirements

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

See Also

WM_PALETTECHANGED | GDI Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.