CPL_EXIT

This message is sent once to a Control Panel application before the controlling application releases the DLL that contains the application.

At a Glance

Header file: Cpl.h
Windows CE versions: 1.0 and later

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.

See Also

CPL_STOP