CPL_STOPCPL_STOP*
*Contents  *Index  *Topic Contents
*Previous Topic: CPL_SELECT
*Next Topic: FM_GETDRIVEINFO

CPL_STOP

Sent to the CPlApplet function of a Control Panel application when the controlling application of the Control Panel closes. The controlling application sends the message once for each dialog box that the application supports.

Syntax

CPL_STOP 
    uAppNum = (UINT) lParam1;
    lData = (LONG) lParam2; 

Parameters

uAppNum
Dialog box number.
lData
Value that the Control Panel application loaded into the lData member of the CPLINFO or NEWCPLINFO structure for the dialog box. The application loads the lData member in response to the CPL_INQUIRE or CPL_NEWINQUIRE message.

Return Values

If the CPlApplet function processes this message successfully, it should return zero.

Remarks

In response to this message, a Control Panel application must perform cleanup for the given dialog box.

See Also

CPL_EXIT, CPL_GETCOUNT


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