Contents Index Topic Contents | ||
Previous Topic: NIM_MODIFY Next Topic: WM_CPL_LAUNCHED |
WM_CPL_LAUNCH
Sent by an application to the Windows Control Panel to request that a Control Panel application be started.
Syntax
WM_CPL_LAUNCH hwnd = (HWND) wParam; lpszAppName = (LPSTR) lParam;Parameters
- hwnd
- Handle to the window that is sending the request. The WM_CPL_LAUNCHED message is returned to this window.
- lpszAppName
- Address of a string containing the name of the Control Panel application to open.
Return Values
Returns TRUE if successful, or FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.