CPL_STOP (Windows CE 5.0)
This message is sent once for each dialog box when the application controlling the Control Panel application closes.
Syntax
CPL_STOPuAppNum = (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
Zero indicates that the CPlApplet function processes this message successfully.
Remarks
In response to this message, a Control Panel application must perform cleanup for the given dialog box.
Requirements
Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 1.0 and later
Header: Cpl.h
See Also
Standard Shell Messages | CPL_EXIT | CPL_GETCOUNT | CPL_NEWINQUIRE | NEWCPLINFO
Send Feedback on this topic to the authors