Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message is sent once for each dialog box when the application controlling the Control Panel application closes.

Syntax

CPL_STOP 
uAppNum = (UINT) 
lParam1; 

lData = (LONG) 
lParam2;

Parameters

uAppNum

Dialog box number.

lData

Value that the Control Panel application loaded into the lDatamember of the CPLINFOor NEWCPLINFOstructure for the dialog box. The application loads the lDatamember in response to the CPL_INQUIRE or CPL_NEWINQUIRE message.

Return Value

Zero indicates that the CPlAppletfunction processes this message successfully.

Remarks

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

Requirements

Header cpl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Reference

CPL_EXIT
CPL_GETCOUNT
CPL_NEWINQUIRE
NEWCPLINFO

Other Resources