Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |
|
See also