CPL_EXIT (Windows CE 5.0)

Send Feedback

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 Values

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.

Windows Mobile Remarks

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

Pocket PC: Pocket PC 2000 and later
OS Versions: Windows CE 1.0 and later.
Header: Cpl.h.

See Also

Standard Shell Messages | CPL_STOP

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.