WM_PAINTICON
The
WM_PAINTICON message is sent to a minimized window when the icon is to be
painted but only if the application is written for Windows 3.x. A window
receives this message only if a class icon is defined for the window;
otherwise, WM_PAINT
WM_PAINTICON
Parameters
This message
has no parameters.
Return Values
An
application should return zero if it processes this message.
Remarks
The DefWindowProc
function draws the class icon. For compatibility with Windows 3.x, wParam
is TRUE. However, this value has no significance.
See Also