An application sends the WM_CPL_LAUNCH message to Windows Control Panel to request that a Control Panel application be started.
WM_CPL_LAUNCH hwnd = (HWND) wParam; // handle of sending window lpszAppName = (LPSTR) lParam; // application-name string
If the application starts, the return value is TRUE; otherwise, it is FALSE.
file: /Techref/os/win/api/win32/mess/src/msg22_23.htm, 1KB, , updated: 2000/4/6 17:38, local time: 2024/11/10 05:11,
18.226.4.248: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_23.htm"> WM_CPL_LAUNCH</A> |
Did you find what you needed? |