The WM_GETICON message is sent to a window to retrieve the handle of the large or small icon associated with a window. Windows displays the large icon in the Alt+Tab dialog, and the small icon in the window caption.
WM_GETICON fType = wParam; // icon type
Value |
Meaning |
ICON_BIG |
Retrieve the large icon for the window. |
ICON_SMALL |
Retrieve the small icon for the window. |
The return value is the handle of the large or small icon, depending on the value of fType. When an application receives this message, it can return the handle of a large or small icon, or pass the message to DefWindowProc.
DefWindowProc returns the handle of the large or small icon associated with the window, depending on the value of fType.
When an application receives this message, it can return the handle of a large or small icon, or pass the message to DefWindowProc.
file: /Techref/os/win/api/win32/mess/src/msg24_6.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 02:21,
18.117.8.76:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/mess/src/msg24_6.htm"> WM_GETICON</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.