|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WM_PALETTEISCHANGING
The WM_PALETTEISCHANGING message informs applications that an application is
going to realize its logical palette.
WM_PALETTEISCHANGING
hwndRealize = (HWND) wParam; // window to realize palette
Parameters
hwndRealize
Value of wParam. Identifies the window that is going to realize its logical palette.
Return Values
If an application processes this message, it should return zero.
Remarks
The application changing its palette does not wait for acknowledgment of this
message before changing the palette and sending the WM_PALETTECHANGED message.
As a result, the palette may already be changed by the time an application
receives this message.
If the application either ignores or fails to process this message and a
second application realizes its palette while the first is using palette indices,
there is a strong possibility that the user will see unexpected colors during
subsequent drawing operations.
See Also
WM_PALETTECHANGED, WM_QUERYNEWPALETTE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|