The WM_ACTIVATEAPP message is sent when a window belonging to a different application than the active window is about to be activated. The message is sent to the application whose window is being activated and to the application whose window is being deactivated.
WM_ACTIVATEAPP fActive = (BOOL) wParam; // activation flag dwThreadID = (DWORD) lParam: // thread identifier
If an application processes this message, it should return zero.
file: /Techref/os/win/api/win32/mess/src/msg22_2.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 08:43,
3.145.93.145: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://linistepper.com/techref/os/win/api/win32/mess/src/msg22_2.htm"> WM_ACTIVATEAPP</A> |
Did you find what you needed? |