CPL_EXIT (Windows Embedded CE 6.0)
1/6/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.
Requirements
Header | cpl.h |
Windows Embedded CE | Windows CE 1.0 and later |