WM_QUERYNEWPALETTE

Version 3.0

This message informs a window that it is about to receive input focus. If the window realizes its logical palette when it receives input focus, the window should return TRUE; otherwise, it should return FALSE.

Parameter

Description

 

wParam

Is not used.

 

lParam

Is not used.

 

Return Value

The return value is TRUE if the window realizes its logical palette. Otherwise, it is FALSE.