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.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 2.0 and later |
Syntax
WM_QUERYNEWPALETTE
Return Values
TRUE indicates that the window realizes its logical palette. FALSE indicates otherwise.
See Also