CPL_EXIT message

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

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

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.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Cpl.h

See also

FreeLibrary