WM_QUERYNEWPALETTE

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.

Parameters

wParam

This parameter is not used.

lParam

This parameter is not used.

Return Value

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