WM_QUERYNEWPALETTE top-level constant

int const WM_QUERYNEWPALETTE

The WM_QUERYNEWPALETTE 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.

Implementation

const WM_QUERYNEWPALETTE = 0x030F;