WM_PALETTEISCHANGING

3.1

WM_PALETTEISCHANGING
hwndRealize = (HWND) wParam; /* handle of window to realize palette */

The WM_PALETTEISCHANGING message informs applications that an application is going to realize its logical palette.

Parameters

hwndRealize

Value of wParam. Specifies the handle of the window that is going to realize its logical palette.

Return Value

An application should return zero if it processes this message.

See Also

WM_PALETTECHANGED, WM_QUERYNEWPALETTE