WM_CPL_LAUNCHEDWM_CPL_LAUNCHED*
*Contents  *Index  *Topic Contents
*Previous Topic: WM_CPL_LAUNCH
*Next Topic: WM_DROPFILES

WM_CPL_LAUNCHED

Sent when a Control Panel application that was started by the WM_CPL_LAUNCH message has closed. The WM_CPL_LAUNCHED message is sent to the window identified by the wParam parameter of the WM_CPL_LAUNCH message that started the application.

Syntax

WM_CPL_LAUNCHED 
    fAppStarted = (BOOL) wParam; 

Parameters

fAppStarted
Value that indicates whether the application was started. If the application was started, this parameter is TRUE; otherwise, it is FALSE.

Return Values

The return value is ignored.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.