CPL_EXITCPL_EXIT*
*Contents  *Index  *Topic Contents
*Previous Topic: CPL_DBLCLK
*Next Topic: CPL_GETCOUNT

CPL_EXIT

Sent once to the CPlApplet function of a Control Panel application before the DLL containing the Control Panel application is released.

Syntax

CPL_EXIT 

Return Values

If the CPlApplet function processes this message successfully, it should return zero.

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

See also FreeLibrary


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.