CPL_EXIT
A version of this page is also available for
4/8/2010
This message is sent once to a Control Panel application before the controlling application releases the DLL that contains the application.
Syntax
CPL_EXIT wParam1 = 0;
lParam2 = 0;
Parameters
- wParam
Not used.
- lParam
Not used.
Return Value
Zero indicates that the CPlApplet function processes this message successfully.
Remarks
This message is sent after the last CPL_STOP message is sent.
In response to this message, a Control Panel application must free any memory that it has allocated and perform global-level cleanup.
In response to this message, the CPlApplet function must free any memory that it has allocated and perform global-level cleanup for all of the Control Panel applications that it has implemented.
Requirements
Header | cpl.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Pocket PC 2000 and later |