Share via


WM_QUERYNEWPALETTE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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.

Syntax

WM_QUERYNEWPALETTE 

Return Value

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

Requirements

Header windows.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

WM_PALETTECHANGED
GDI Messages