CPL_EXIT (Compact 2013)

3/28/2014

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

See Also

Reference

Shell Messages
CPL_STOP