Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.53 KB

cpl-exit.md

File metadata and controls

54 lines (32 loc) · 1.53 KB
description ms.assetid title ms.topic ms.date
Sent once to the CPlApplet function of a Control Panel application before the DLL containing the Control Panel application is released.
1afcb0d3-41a7-4fd8-9561-d96e1e8f0ddb
CPL_EXIT message (Cpl.h)
reference
05/31/2018

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